Add weekly organization security reports
This commit is contained in:
5
infra/debug-dashboard/templates/weekly_report.html
Normal file
5
infra/debug-dashboard/templates/weekly_report.html
Normal file
@@ -0,0 +1,5 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}{{ report[0] }} - Wochenbericht{% endblock %}
|
||||
{% block content %}
|
||||
<section class="report-frame">{{ report[4] | safe }}</section>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user