Commit d0f0ebd92bf1e85f33c06c24cabcbdfdad397c20

Authored by Sergio Oliveira
1 parent 84519100

Adding next option into login

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/deprecated/templates/base.html
... ... @@ -80,7 +80,7 @@
80 80 <span class="colborder">
81 81 <a href="{% url 'signup' %}">{% trans "Register" %}</a>
82 82 </span>
83   - {% browserid_login text='Login' %}
  83 + {% browserid_login text='Login' next=request.path %}
84 84 {% else %}
85 85 <span class="colborder">
86 86 {% trans "authenticated as" %} <b>{{ user.email }}</b>
... ...