2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2024-11-22 07:11:52 +00:00

[svn] Whoops, forgot the template during last commit.

This commit is contained in:
substantialnoninfringinguser 2009-06-10 06:37:38 +01:00
parent 484a17d496
commit e4ea57932e
2 changed files with 12 additions and 0 deletions

9
templates/nonpublic.html Normal file
View File

@ -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 %}

3
wiki/LogbookEntry.wiki Normal file
View File

@ -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.