From 36b0033b11c3074f50b71b711686226b04d893a4 Mon Sep 17 00:00:00 2001 From: Santiago Lamora Date: Mon, 20 Jan 2020 18:33:33 +0100 Subject: [PATCH] Move version to top & fix services_menu list. --- musician/templates/musician/base.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/musician/templates/musician/base.html b/musician/templates/musician/base.html index 8a531e3..dbd0ee0 100644 --- a/musician/templates/musician/base.html +++ b/musician/templates/musician/base.html @@ -38,19 +38,19 @@ Pangea.org - Internet etic i solidari - {{ version }} + {# #} - {% for item in services_menu %} - {% endfor %} {# #} +
+ Panel Version {{ version }} +
{% endblock sidebar %}