fix config template
This commit is contained in:
parent
ddf79fb062
commit
bdfdf0bf21
|
@ -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…
Reference in New Issue