diff --git a/youtube/templates/base.html b/youtube/templates/base.html index 3a5d9d0..8de40a3 100644 --- a/youtube/templates/base.html +++ b/youtube/templates/base.html @@ -152,7 +152,7 @@

This site is Free/Libre Software

{% if current_commit and current_version %} -

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

+

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

{% else %}

Current version: {{ current_version }}

{% endif %}