mirror of
https://git.deluge-torrent.org/deluge
synced 2025-08-10 02:18:41 +00:00
fix config template
This commit is contained in:
parent
ddf79fb062
commit
bdfdf0bf21
1 changed files with 3 additions and 1 deletions
|
@ -36,9 +36,11 @@ $if message:
|
||||||
$if error:
|
$if error:
|
||||||
<div class="error">$error</div>
|
<div class="error">$error</div>
|
||||||
|
|
||||||
$:form.post_html()
|
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
$:form.post_html()
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
$:render.footer()
|
$:render.footer()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue