mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
ffb5d7bdda
url in templates now requires quotes roung the first arg USE_TZ added
19 lines
286 B
HTML
19 lines
286 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</b></p>
|
|
{% endif %}
|
|
<pre>
|
|
LOGMESSAGES
|
|
{{logmessage}}
|
|
</pre>
|
|
{% endif %}
|
|
|