From 5e35b20c074bb25191edc61a0e083e1b06c6516f Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Fri, 1 Apr 2016 14:25:53 -0300 Subject: [PATCH] Conserta PEP8 --- base/forms.py | 25 +++++++++++++------------ sessao/forms.py | 1 - 2 files changed, 13 insertions(+), 13 deletions(-) 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