[Bugfix] Fix the link of the “Go to your calendar” button on the about page

This commit is contained in:
Gergely Polonkai 2018-07-17 12:38:50 +02:00
parent c90b261de3
commit 89dc258a5b
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
</p>
{% if current_user.is_authenticated %}
<div class="ui horizontal divider"></div>
<a href="" class="ui fluid primary button">{% trans %}Go to your calendar{% endtrans %}</a>
<a href="{{ url_for('hello') }}" class="ui fluid primary button">{% trans %}Go to your calendar{% endtrans %}</a>
{% endif %}
</div>
<div class="twelve wide column">