forked from leftypol/leftypol
Added config option to automatically remove unnecessary whitespace when compiling HTML files from templates
This commit is contained in:
parent
8c97d15424
commit
27dde88e15
10 changed files with 2063 additions and 4 deletions
|
@ -118,7 +118,7 @@
|
|||
{% trans %}Password{% endtrans %}
|
||||
</th>
|
||||
<td>
|
||||
<input type="password" name="password" size="12" maxlength="18" autocomplete="off" />
|
||||
<input type="password" name="password" size="12" maxlength="18" autocomplete="off" />
|
||||
<span class="unimportant">{% trans %}(For file deletion.){% endtrans %}</span>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue