Merge pull request #781 from usrpro/fix-download-links

Restore VERSION_TAG template
master
Tim Möhlmann 6 years ago committed by GitHub
commit b91cfd3b41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,4 @@
{%- extends "layout.html" %}
{% block body %}
{{ body|replace("VERSION_TAG", version) }}
{% endblock %}
Loading…
Cancel
Save