forked from expo/troggle
[svn] Whoops, forgot the template during last commit.
This commit is contained in:
parent
11c42ed60e
commit
6e3b99c8d2
9
templates/nonpublic.html
Normal file
9
templates/nonpublic.html
Normal 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
3
wiki/LogbookEntry.wiki
Normal 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.
|
Loading…
Reference in New Issue
Block a user