diff --git a/sapl/painel/views.py b/sapl/painel/views.py index 7df2cf176..ecf7528a3 100644 --- a/sapl/painel/views.py +++ b/sapl/painel/views.py @@ -158,18 +158,18 @@ def votante_view(request): 'Ordem do Dia/Expediente em votação.'}) else: context.update( - {'error_message': 'A matéria aberta não é votação ' - 'nominal.'}) + {'error_message': 'A matéria aberta não é do tipo ' + 'votação nominal.'}) else: context.update( - {'error_message': 'Nenhuma matéria aberta.'}) + {'error_message': 'Não há nenhuma matéria aberta.'}) elif not sessao and msg: return HttpResponseRedirect('/') else: context.update( - {'error_message': 'Nenhuma sessão com matéria aberta.'}) + {'error_message': 'Não há nenhuma sessão com matéria aberta.'}) else: context.update({'permissao': False, diff --git a/sapl/templates/painel/voto_nominal.html b/sapl/templates/painel/voto_nominal.html index 29b3adb60..a9d8e96f4 100644 --- a/sapl/templates/painel/voto_nominal.html +++ b/sapl/templates/painel/voto_nominal.html @@ -76,6 +76,10 @@ {% else %}

{{error_message}}

+
+
+
+
{% endif %}