forked from leftypol/leftypol
transition to Twig
This commit is contained in:
parent
e077166030
commit
1b136555d2
145 changed files with 11031 additions and 320 deletions
|
@ -1,13 +1,13 @@
|
|||
{error?<h2 style="text-align:center">{error}</h2>}
|
||||
{% if error %}<h2 style="text-align:center">{{ error }}</h2>{% endif %}
|
||||
<form action="" method="post">
|
||||
{redirect?<input type="hidden" name="redirect" value="{redirect}" />}
|
||||
{% if redirect %}<input type="hidden" name="redirect" value="{{ redirect }}" />{% endif %}
|
||||
<table style="margin-top:25px;">
|
||||
<tr>
|
||||
<th>
|
||||
Username
|
||||
</th>
|
||||
<td>
|
||||
<input type="text" name="username" size="20" maxlength="30" value="{username}">
|
||||
<input type="text" name="username" size="20" maxlength="30" value="{{ username }}">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue