forked from gergely/calendar-social
[Bugfix] Fix the link of the “Go to your calendar” button on the about page
This commit is contained in:
parent
c90b261de3
commit
89dc258a5b
@ -29,7 +29,7 @@
|
|||||||
</p>
|
</p>
|
||||||
{% if current_user.is_authenticated %}
|
{% if current_user.is_authenticated %}
|
||||||
<div class="ui horizontal divider"></div>
|
<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 %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="twelve wide column">
|
<div class="twelve wide column">
|
||||||
|
Loading…
Reference in New Issue
Block a user