{% extends 'base.html' %} {% block header %}
{% block title %}Site Administration{% endblock %}
{% endblock %} {% block content %}
Manage Members
Add new member

Manage groups

Site assets
Front Log
Front change history
{% for front in front_log %}

{{ get_datetime_str(front[2]) }} - {{ get_member(front[1])[3]|safe }}{% if front[3] %} (ended: {{ get_datetime_str(front[3]) }}) | delete{% endif %}

{% endfor %}
Custom Pages




{% for page in pages %}

{{page[1]}} - Edit PageDelete Page

{% endfor %}
Site Favicon

This will replace the old favicon, without the ability to restore it if you change your mind

For best results, use a 32x32 favicon. Icons8 is a good resource, as is this png converter

Changes will take some time to be reflected - or try a hard/force refresh on the browser


Export & Import
Export entire system as ZIP

Import system from previous Myriad export

This will replace existing data

Be sure to upload the .zip folder as it was downloaded without unzipping it


{% endblock %}