- {% if doc.type == 'xanadoc' %}
+ {% if doc.type == 'xanapage' %}
Edit Decision List (EDL)
{% endif %}
@@ -129,7 +129,7 @@
{%- for start, line in iter_lines(text) if line != '\r\n' -%}
{#
{% if line != "\n" and line != "\r\n" %}{{ line }}{% else %} {% endif
%}
#}
-
{{ nbsp_at_start(line) }}
+
{{ nbsp_at_start(line) }}
{%- endfor -%}
{% endif %}
@@ -142,7 +142,7 @@
span:
{% endif %}
-{% if doc.type == 'xanadoc' %}
+{% if doc.type == 'xanapage' %}
Edit EDL
diff --git a/sourcing/templates/view/xanaflight.html b/sourcing/templates/view/xanaflight.html
index ffd4b71..f931772 100644
--- a/sourcing/templates/view/xanaflight.html
+++ b/sourcing/templates/view/xanaflight.html
@@ -7,7 +7,7 @@
{{ title | default("Xanadu") }}
-
+
diff --git a/sourcing/templates/view/xanadoc.html b/sourcing/templates/view/xanapage.html
similarity index 98%
rename from sourcing/templates/view/xanadoc.html
rename to sourcing/templates/view/xanapage.html
index b9a3f96..5d4e2be 100644
--- a/sourcing/templates/view/xanadoc.html
+++ b/sourcing/templates/view/xanapage.html
@@ -7,7 +7,7 @@
{{ title | default("Xanadu") }}
-
+
diff --git a/sourcing/templates/xanaedit.html b/sourcing/templates/xanaedit.html
index be2f2ee..01bce88 100644
--- a/sourcing/templates/xanaedit.html
+++ b/sourcing/templates/xanaedit.html
@@ -7,7 +7,7 @@
{{ doc.title() }}
-
view xanadoc (cancel edit)
+
view xanapage (cancel edit)