fix config template

This commit is contained in:
Martijn Voncken 2008-07-20 07:02:38 +00:00
commit bdfdf0bf21

View file

@ -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()