mirror of
https://github.com/journeyman-cc/smeagol.git
synced 2026-04-12 18:05:06 +00:00
Added cross-scripting field to auth form.
This commit is contained in:
parent
a6f748b49f
commit
32f2695b76
1 changed files with 23 additions and 22 deletions
|
|
@ -2,6 +2,7 @@
|
|||
{% block content %}
|
||||
<div id="content" class="auth">
|
||||
<form action="{{servlet-context}}/auth" method="POST">
|
||||
{% csrf-field %}
|
||||
<input type="hidden" name="redirect-to" value="{{redirect-to}}"/>
|
||||
{% if user %}
|
||||
<p class="widget">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue