simple web log viewing for admins
This commit is contained in:
13
app/templates/main/logs.html.j2
Normal file
13
app/templates/main/logs.html.j2
Normal 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 %}
|
Reference in New Issue
Block a user