[Refactor] Refactor the about page

This makes it available to logged in users, too.
This commit is contained in:
2018-07-17 10:04:58 +02:00
parent 372a1f756a
commit c90b261de3
3 changed files with 45 additions and 21 deletions

View File

@@ -45,6 +45,7 @@
{% block content %}{% endblock %}
</div>
<footer class="ui segment">
<a href="{{ url_for('about') }}">{% trans %}About this instance{% endtrans %}</a><br>
Soon…™
</footer>
{% block scripts %}{% endblock %}