diff options
author | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
commit | dc1327674c2676db02ccf525725019cd9115b699 (patch) | |
tree | 8b3a151a8512576ccfb6bb6578fe124c033c46c0 /templates/nonpublic.html | |
parent | c8ff8e3ef60c6eba0071e20664268c790c6a6aa6 (diff) | |
download | troggle-dc1327674c2676db02ccf525725019cd9115b699.tar.gz troggle-dc1327674c2676db02ccf525725019cd9115b699.tar.bz2 troggle-dc1327674c2676db02ccf525725019cd9115b699.zip |
remove all the DOS linefeeds
Diffstat (limited to 'templates/nonpublic.html')
-rw-r--r-- | templates/nonpublic.html | 16 |
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 |