redirect on homepage on logout abort

This commit is contained in:
Serghei Mihai 2015-03-05 12:12:27 +01:00
parent 82a66e9626
commit dac9cd2319
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</h3>
<form method="post" action="{{ c.slo_url }}">
<button>{% trans %}Logout{% endtrans %}</button>
<a href="{{ c.org_url }}" class="portal">{% trans %}Go back to CKAN{% endtrans %}</a>
<a href="{{ h.url_for('/') }}" class="portal">{% trans %}Go back to CKAN{% endtrans %}</a>
</form>
</div>
</section>