Skip to content
This repository has been archived by the owner on Apr 16, 2023. It is now read-only.

Commit

Permalink
Fix login redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Blaser committed Apr 21, 2015
1 parent 271c80e commit 5dd55ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Logout <strong>{{ user.username }}</strong>
</a>
{% else %}
<a href="{% url 'excerptexport:login' %}">Login</a>
<a href="{% url 'excerptexport:login' %}?next={% url 'excerptexport:index' %}">Login</a>
{% endif %}

<h2>Overview</h2>
Expand Down

0 comments on commit 5dd55ec

Please sign in to comment.