mirror of
https://git.linux-kernel.at/oliver/ivatar.git
synced 2025-11-16 13:08:03 +00:00
No absolute URI required any more, actually leads to broken redir
This commit is contained in:
@@ -29,7 +29,7 @@
|
|||||||
|
|
||||||
<p>
|
<p>
|
||||||
<button type="submit" class="button">{% trans 'Login' %}</button>
|
<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>
|
<button type="reset" class="button" onclick="window.history.back();">{% trans 'Cancel' %}</button>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user