12abd657e1
Added the ability to ban and unban users. Improved the installation instructions. Changed the collation of the tables from utf8_general_ci to utf8mb4_general_ci. Changed the group ID order. Custom pages are now templates rather than little snippets being inserted into a template. Changed the collation of the driver to utf8mb4_general_ci. Added a default_group config setting. Ban flag is overwritten for admins and super mods.
6 lines
164 B
HTML
6 lines
164 B
HTML
{{template "header.html" . }}
|
|
<div class="rowblock">
|
|
<div class="rowitem">{{.Title}}</div>
|
|
</div>
|
|
<div class="rowblock">Testing</div>
|
|
{{template "footer.html" . }} |