aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/journal/templates/journal/entry_list.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/journal/templates/journal/entry_list.html')
-rw-r--r--bn_django/journal/templates/journal/entry_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bn_django/journal/templates/journal/entry_list.html b/bn_django/journal/templates/journal/entry_list.html
index f103c4e..caa07af 100644
--- a/bn_django/journal/templates/journal/entry_list.html
+++ b/bn_django/journal/templates/journal/entry_list.html
@@ -8,7 +8,7 @@
{% if object_list %}
<ul>
{% for item in object_list %}
- <li /><a href="{{ item.slug }}/">{{item.title}}
+ <li /><a href="/journal/entries/{{ item.slug }}/">{{item.title}}
{% endfor %}
</ul>
{% else %}