Skip to content
Snippets Groups Projects
Commit b14ff5a4 authored by yannick's avatar yannick
Browse files

template login with next parameter

git-svn-id: https://subversion.renater.fr/authscm/yannick/svn/thaliadb/trunk@744 3af6e58e-309b-4f5a-a1c5-66bf43a1b9c2
parent e497e57a
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,9 @@
{%if form%}
<form action='.' method='POST'>
{%if next%}
<input type="hidden" name="next" value="{{next}}" />
{%endif%}
<table>
{{form.as_table}}
<tr><td></td><td><input type='submit' value='Login' /></td></tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment