mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-21 23:01:52 +00:00
19 lines
394 B
HTML
19 lines
394 B
HTML
<pre>
|
|
using difflistonly.html
|
|
{% for diffline in difflist %}{{diffline}}
|
|
{% endfor %}
|
|
</pre>
|
|
|
|
{% if logmessage %}
|
|
{% if has_3d %}
|
|
<p><a href='{% url "threed" title %}'>3d file</a></p>
|
|
{% else %}
|
|
<p><b>No 3d file generated. ERROR. Read the full .log file and fix the .svx file</b></p>
|
|
{% endif %}
|
|
<pre>
|
|
LOGMESSAGES
|
|
{{logmessage}}
|
|
</pre>
|
|
{% endif %}
|
|
|