diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/nonpublic.html | 9 |
1 files changed, 9 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 |