diff options
Diffstat (limited to 'templates/svxfile.html')
-rw-r--r-- | templates/svxfile.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/svxfile.html b/templates/svxfile.html index 72e4446..707c5fd 100644 --- a/templates/svxfile.html +++ b/templates/svxfile.html @@ -38,7 +38,11 @@ $(document).ready(function() {% endblock %} {% block content %} +{% if warning %} +<h1 style="color: red">Survex Template - will save as file '{{ title }}.svx'</h1> +{% else %} <h1>Survex File: {{ title }}</h1> +{% endif %} {% if svxincludes %} <p><b>Included files:</b> |