{% extends "base.html" %} {% block title %}Site Settings - Admin{% endblock %} {% block content %}
| Total Users: | {{ stats.total_users }} |
| Total Sets: | {{ stats.total_sets }} |
| Total Instructions: | {{ stats.total_instructions }} |
| Storage Used: | {{ (stats.total_storage / 1024 / 1024) | round(2) }} MB |
Site settings configuration will be available in future updates.
For now, modify settings in config.py