diff --git a/calsocial/templates/welcome.html b/calsocial/templates/welcome.html index 640a9a2..95eefa1 100644 --- a/calsocial/templates/welcome.html +++ b/calsocial/templates/welcome.html @@ -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">