summaryrefslogtreecommitdiffstats
path: root/templates/qm.html
diff options
context:
space:
mode:
authorWookey <wookey@wookware.org>2011-07-11 02:10:22 +0100
committerWookey <wookey@wookware.org>2011-07-11 02:10:22 +0100
commit78cedb2070c7e9d4e4eb418ecde7b60ba428273f (patch)
treeee8029e7df8aa2eca5ed9354b2c6e592fc11c96a /templates/qm.html
parentcc27334193c9ddbef15855863934dab3f73ccdd4 (diff)
downloadtroggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.gz
troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.bz2
troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.zip
remove all the DOS linefeeds
Diffstat (limited to 'templates/qm.html')
-rw-r--r--templates/qm.html98
1 files changed, 49 insertions, 49 deletions
diff --git a/templates/qm.html b/templates/qm.html
index 6e2a2fb..f960197 100644
--- a/templates/qm.html
+++ b/templates/qm.html
@@ -1,49 +1,49 @@
-{% extends "base.html" %}
-{% load wiki_markup %}
-{% load link %}
-
-{% block title %} QM: {{qm|wiki_to_html_short}} {% endblock %}
-
-{% block editLink %}| <a href={{qm.get_admin_url}}>Edit QM {{qm|wiki_to_html_short}}</a>{% endblock %}
-
-
-
-{% block contentheader %}
-<table id="cavepage">
-<tr>
-<th id="kat_no"><a href="{{qm.get_previous_by_id.get_absolute_url}}">Previous</a></th>
-<th id="name">{{qm|wiki_to_html_short}}</th>
-<th id="status"><a href="{{qm.get_next_by_id.get_absolute_url}}">Next</a></th>
-</tr>
-</table>
-{% endblock %}
-
-{% block related %}
-
-{% endblock %}
-<h2>Related items</h2>
-
-Parent cave: {{qm.found_by.cave|link}}
-(todo: add parent survey and parent subcave)
-{% block content %}
-
-<h3>Location</h3>
-{{qm.location_description}}
-
-
-<h3>Creation</h3>
-Found by <a href="{{qm.found_by.get_absolute_url}}">{{qm.found_by}}</a> on {{qm.found_by.date}}.
-
-<h3>Completion</h3>
-{% if ticked_off_by %}
-{{qm.completion_description}}
-Ticked off by: <a href="{{qm.ticked_off_by.get_absolute_url}}">{{qm.ticked_off_by}}</a><br />
-Description: {{qm.completion_description}}
-{% else %}
-None yet- STILL EXTANT.
-{% endif %}
-
-<h3>Comment</h3>
-{{qm.comment}}
-
-{% endblock %}
+{% extends "base.html" %}
+{% load wiki_markup %}
+{% load link %}
+
+{% block title %} QM: {{qm|wiki_to_html_short}} {% endblock %}
+
+{% block editLink %}| <a href={{qm.get_admin_url}}>Edit QM {{qm|wiki_to_html_short}}</a>{% endblock %}
+
+
+
+{% block contentheader %}
+<table id="cavepage">
+<tr>
+<th id="kat_no"><a href="{{qm.get_previous_by_id.get_absolute_url}}">Previous</a></th>
+<th id="name">{{qm|wiki_to_html_short}}</th>
+<th id="status"><a href="{{qm.get_next_by_id.get_absolute_url}}">Next</a></th>
+</tr>
+</table>
+{% endblock %}
+
+{% block related %}
+
+{% endblock %}
+<h2>Related items</h2>
+
+Parent cave: {{qm.found_by.cave|link}}
+(todo: add parent survey and parent subcave)
+{% block content %}
+
+<h3>Location</h3>
+{{qm.location_description}}
+
+
+<h3>Creation</h3>
+Found by <a href="{{qm.found_by.get_absolute_url}}">{{qm.found_by}}</a> on {{qm.found_by.date}}.
+
+<h3>Completion</h3>
+{% if ticked_off_by %}
+{{qm.completion_description}}
+Ticked off by: <a href="{{qm.ticked_off_by.get_absolute_url}}">{{qm.ticked_off_by}}</a><br />
+Description: {{qm.completion_description}}
+{% else %}
+None yet- STILL EXTANT.
+{% endif %}
+
+<h3>Comment</h3>
+{{qm.comment}}
+
+{% endblock %}