diff options
Diffstat (limited to 'templates/svxfiledifflistonly.html')
-rw-r--r-- | templates/svxfiledifflistonly.html | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/templates/svxfiledifflistonly.html b/templates/svxfiledifflistonly.html index f51744e..835125b 100644 --- a/templates/svxfiledifflistonly.html +++ b/templates/svxfiledifflistonly.html @@ -1,18 +1,18 @@ -<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 %}
-
+<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 %} + |