mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-11 10:46:24 +00:00
No absolute URI required any more, actually leads to broken redir
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
|
||||
<p>
|
||||
<button type="submit" class="button">{% trans 'Login' %}</button>
|
||||
<input type="hidden" name="next" value="{{ request.build_absolute_uri }}{% url 'profile' %}" />
|
||||
<input type="hidden" name="next" value="{% url 'profile' %}" />
|
||||
|
||||
<button type="reset" class="button" onclick="window.history.back();">{% trans 'Cancel' %}</button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user