forked from expo/troggle
therion issues report
This commit is contained in:
18
templates/therionreport.html
Normal file
18
templates/therionreport.html
Normal file
@@ -0,0 +1,18 @@
|
||||
{% extends "base.html" %}
|
||||
{% block title %}Troggle paths report{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Expo Therion import issues report</h1>
|
||||
|
||||
<p style="font-family: Consolas, Lucida Console, monospace;">
|
||||
{% for line in theriondict %}
|
||||
{% empty %}
|
||||
<b>No Therion parsing output found. Re-import all drawings using databaseReset.py</b>
|
||||
{% endfor %}
|
||||
|
||||
<p>This report is generated from <code>templates/therionreport.html</code> and
|
||||
by <code>therionreport(request)</code> in <code>core/views/statistics.py </code>
|
||||
<hr>
|
||||
<p>Go to <a href="/handbook/troggle/trogmanual.html">Troggle maintenance manuals</a>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user