* moved some guild pages and account to twig

* fixed account create javascript warnings when fields are empty
This commit is contained in:
slawkens
2017-10-05 17:07:49 +02:00
parent 755deae717
commit 04a7796665
21 changed files with 1123 additions and 824 deletions

View File

@@ -1,5 +1,8 @@
<h2>{{ title }}</h2><br/>
{{ description|raw }}
{% if custom_buttons is defined %}
{{ custom_buttons|raw }}
{% else %}
<div style="text-align: center; margin: 0 auto;">
<table border="0" cellspacing="0" cellpadding="0">
<form action="?subtopic=accountmanagement" method="post">
@@ -10,4 +13,5 @@
</tr>
</form>
</table>
</div>
</div>
{% endif %}