diff --git a/base/forms.py b/base/forms.py index 23a7864e7..d0e660312 100644 --- a/base/forms.py +++ b/base/forms.py @@ -88,18 +88,19 @@ class CasaLegislativaTabelaAuxForm(ModelForm): row3, row4, row5, - HTML("""
- {% if not form.fotografia.errors and form.fotografia.value %} - -
- - {% endif %} -
"""), + HTML(""" +
+ {% if not form.fotografia.errors and form.fotografia.value %} + +
+ + {% endif %} +
"""), row6, row7, row8, diff --git a/sessao/forms.py b/sessao/forms.py index dd9c1ab34..4b2367e52 100644 --- a/sessao/forms.py +++ b/sessao/forms.py @@ -6,7 +6,6 @@ from django.utils.translation import ugettext_lazy as _ import crispy_layout_mixin from crispy_layout_mixin import form_actions -from sapl.settings import MAX_DOC_UPLOAD_SIZE from .models import SessaoPlenaria