simple web log viewing for admins

This commit is contained in:
Aaron Kimbre
2022-02-11 21:08:06 -06:00
parent d3c8c5d77b
commit 121c407cdb
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{% extends 'base.html.j2' %}
{% block title %}LOGS{% endblock %}
{% block content_before %}
LOGS - {{ config.APP_NAME }}
{% endblock %}
{% block content_override %}
<code>
{{ logs }}
</code>
{% endblock %}