From 06cf17abe1dd12d0830900d6f083122a56ed5354 Mon Sep 17 00:00:00 2001 From: Philippe Lhardy Date: Mon, 29 May 2017 22:54:11 +0200 Subject: [PATCH] fix template to get 3 logos ( last is with marmots ). --- jm2l/templates/layout.mako | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/jm2l/templates/layout.mako b/jm2l/templates/layout.mako index a9b541b..c465c43 100644 --- a/jm2l/templates/layout.mako +++ b/jm2l/templates/layout.mako @@ -60,7 +60,12 @@ ${helpers.uploader_js()}
- % if request.user and request.user.vote_logo not in [1,2]: +
+ +
+
+
+ % if request.user and request.user.vote_logo not in [1,2,3]:

JM2L 2017