aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/journal/templates/journal/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/journal/templates/journal/base.html')
-rw-r--r--bn_django/journal/templates/journal/base.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/bn_django/journal/templates/journal/base.html b/bn_django/journal/templates/journal/base.html
new file mode 100644
index 0000000..819b1f4
--- /dev/null
+++ b/bn_django/journal/templates/journal/base.html
@@ -0,0 +1,5 @@
+{% extends "base.html" %}
+
+{% block path %}
+ <a href="/journal/">journal</a>
+{% endblock %}