{% extends "base.html" %} {% block title %} Settings {% endblock %} {% block breadcrumb %}
  • Settings
  • {% endblock breadcrumb %} {% block content %} {% if message %}
    {{ message }}
    {% endif %}

    Logs

    Delete logs

    Are you sure you want to delete all log entries before {{ max_date|date }} ?

    ×

    Exceptions

    Delete exceptions

    Are you sure you want delete all exceptions before {{ max_date|date }} ?

    ×

    User

    {% endblock %} {% block js %} {% endblock %}