Fixed imports per isort 4.3.0.

This commit is contained in:
Mariusz Felisiak 2018-02-01 09:29:46 +01:00 committed by Carlton Gibson
parent 9cd313fc2e
commit 9bcf73d788
17 changed files with 14 additions and 29 deletions

View file

@ -9,7 +9,6 @@ from django.urls import reverse
from django.views.decorators.cache import never_cache
from django.views.generic.edit import FormView
TEMPLATE = """{% if messages %}
<ul class="messages">
{% for message in messages %}