summaryrefslogtreecommitdiffstats
path: root/templates/nonpublic.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/nonpublic.html
parentcc27334193c9ddbef15855863934dab3f73ccdd4 (diff)
downloadtroggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.gz
troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.bz2
troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.zip
remove all the DOS linefeeds
Diffstat (limited to 'templates/nonpublic.html')
-rw-r--r--templates/nonpublic.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/templates/nonpublic.html b/templates/nonpublic.html
index 5befc4c..5e44abc 100644
--- a/templates/nonpublic.html
+++ b/templates/nonpublic.html
@@ -1,9 +1,9 @@
-{% extends "base.html" %}
-{% block title %}
-{{instance}} is non-public
-{% endblock %}
-
-{% block content %}
-<h3>Non-public object requested by anonymous user</h3>
-The object you requested, {{instance}}, is only viewable for logged-in users. This may be due to copyright or privacy concerns.
+{% extends "base.html" %}
+{% block title %}
+{{instance}} is non-public
+{% endblock %}
+
+{% block content %}
+<h3>Non-public object requested by anonymous user</h3>
+The object you requested, {{instance}}, is only viewable for logged-in users. This may be due to copyright or privacy concerns.
{% endblock %} \ No newline at end of file