mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-19 20:13:27 +02:00
* added option to add/edit/delete/hide/move forum boards
* now whole account management page is moved to Twig * renamed table forum_sections to forum_boards * fixed some rare error when user is logged in for longer than 15 minutes and tries to login again
This commit is contained in:
@@ -27,6 +27,9 @@
|
||||
</table>
|
||||
</div>
|
||||
<br/>
|
||||
{% if custom_buttons is defined %}
|
||||
{{ custom_buttons|raw }}
|
||||
{% else %}
|
||||
<center>
|
||||
<table border="0" cellspacing="0" cellpadding="0">
|
||||
<form action="?subtopic=accountmanagement" method="post">
|
||||
@@ -39,3 +42,4 @@
|
||||
</form>
|
||||
</table>
|
||||
</center>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user