update afte-login redirect
This commit is contained in:
parent
60faee1263
commit
77dcfd96b2
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
<a class="navbar__link" href="{% url 'users:login' %}">{% trans '登录' %}</a>
|
||||
<a class="navbar__link" href="{% url 'users:login' %}?next={{ request.path }}">{% trans '登录' %}</a>
|
||||
{% endif %}
|
||||
</ul>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue