diff options
author | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-06-10 06:37:38 +0100 |
---|---|---|
committer | substantialnoninfringinguser <substantialnoninfringinguser@gmail.com> | 2009-06-10 06:37:38 +0100 |
commit | 6e3b99c8d271a98a6b69cc96037ce286dfd3403f (patch) | |
tree | 4017c5f478b55e8f9b2071be5204db753ea17972 | |
parent | 11c42ed60e93831333ff9675411eebd3bf2b4f91 (diff) | |
download | troggle-6e3b99c8d271a98a6b69cc96037ce286dfd3403f.tar.gz troggle-6e3b99c8d271a98a6b69cc96037ce286dfd3403f.tar.bz2 troggle-6e3b99c8d271a98a6b69cc96037ce286dfd3403f.zip |
[svn] Whoops, forgot the template during last commit.
-rw-r--r-- | templates/nonpublic.html | 9 | ||||
-rw-r--r-- | wiki/LogbookEntry.wiki | 3 |
2 files changed, 12 insertions, 0 deletions
diff --git a/templates/nonpublic.html b/templates/nonpublic.html new file mode 100644 index 0000000..5befc4c --- /dev/null +++ b/templates/nonpublic.html @@ -0,0 +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.
+{% endblock %}
\ No newline at end of file diff --git a/wiki/LogbookEntry.wiki b/wiki/LogbookEntry.wiki new file mode 100644 index 0000000..608ea89 --- /dev/null +++ b/wiki/LogbookEntry.wiki @@ -0,0 +1,3 @@ +#summary Information about the LogbookEntry model
+
+For now, please see HowToEnterATrip. A more detailed description may be available here in the future.
\ No newline at end of file |