Fix the link of the “Go to your calendar” button on the about page #93

Merged
gergely merged 1 commits from about-calendar-link-ix into master 2018-07-17 10:40:12 +00:00
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">