From 9cbeb0523e9e2465d88d5471a652c5f69f0e61cf Mon Sep 17 00:00:00 2001 From: willi pink Date: Fri, 8 Jul 2022 13:14:34 +0200 Subject: [PATCH] try to fix intermediate problems --- coinmanager/coinc/templates/coinc/year.html | 2 +- coinmanager/coinc/templates/registration/login.html | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/coinmanager/coinc/templates/coinc/year.html b/coinmanager/coinc/templates/coinc/year.html index bee10a3..c773828 100644 --- a/coinmanager/coinc/templates/coinc/year.html +++ b/coinmanager/coinc/templates/coinc/year.html @@ -1,6 +1,6 @@ {% for stamp, coins in stamps.items %} - +
{{ stamp }}{{ year_short }}
{% for value, coin in coins.items %} diff --git a/coinmanager/coinc/templates/registration/login.html b/coinmanager/coinc/templates/registration/login.html index 0c937cc..a442699 100644 --- a/coinmanager/coinc/templates/registration/login.html +++ b/coinmanager/coinc/templates/registration/login.html @@ -28,7 +28,9 @@ + {% if next %} + {% endif %}