From a2b7b45327f4f95f87c55ee095951873ec0c0c6c Mon Sep 17 00:00:00 2001 From: Hugo LEVY-FALK Date: Fri, 14 Dec 2018 18:25:26 +0100 Subject: [PATCH] Prettier display --- comet/account/templates/account/base.html | 40 ++------------ comet/account/templates/account/form.html | 3 +- .../templates/account/list_accounts.html | 3 +- comet/account/views.py | 55 ++++++++++++++----- 4 files changed, 49 insertions(+), 52 deletions(-) diff --git a/comet/account/templates/account/base.html b/comet/account/templates/account/base.html index b731768..c0bc8b4 100644 --- a/comet/account/templates/account/base.html +++ b/comet/account/templates/account/base.html @@ -30,8 +30,7 @@ @@ -39,9 +38,11 @@
-
+
+
{% block content %}{% endblock %}
+
@@ -49,39 +50,6 @@