From afea041e6681762605f81180c49d9ea304dee2cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felipe=20Mart=C3=ADn?= Date: Wed, 22 May 2013 16:55:20 +0200 Subject: [PATCH] Hiding the "v." in the footer if the app_version variable is not set. --- minecraftcodex/database/templates/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minecraftcodex/database/templates/layout.html b/minecraftcodex/database/templates/layout.html index deebff5..91bfa71 100644 --- a/minecraftcodex/database/templates/layout.html +++ b/minecraftcodex/database/templates/layout.html @@ -47,7 +47,7 @@
- MinecraftCodex v.{{ app_version }}
+ MinecraftCodex {% if app_version %}v.{{ app_version }}{% endif %}
If you have feedback, please use the contact information on the right.