diff --git a/youtube/templates/base.html b/youtube/templates/base.html index 8de40a3..89c53c0 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -151,8 +151,8 @@

This site is Free/Libre Software

- {% if current_commit and current_version %} -

Current version: {{ current_version }}{% if current_version != current_version %}-{{ current_commit }}{% endif %} @ {{ current_branch }}

+ {% if current_commit != None %} +

Current version: {{ current_commit }} @ {{ current_branch }}

{% else %}

Current version: {{ current_version }}

{% endif %}