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:
parent
484a17d496
commit
e4ea57932e
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