diff options
Diffstat (limited to 'app/posts')
-rw-r--r-- | app/posts/templates/posts/post_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/posts/templates/posts/post_list.html b/app/posts/templates/posts/post_list.html index 4c54f62..7dfc5ef 100644 --- a/app/posts/templates/posts/post_list.html +++ b/app/posts/templates/posts/post_list.html @@ -56,7 +56,7 @@ Date last pub <input type="checkbox" name="_selected_action" value="349" class="action-select"> </td> <td class="field-title"> - <a href="/post/{{object.id}}/notes/">{{object.title}}</a> + <a href="/post/{{object.id}}/notes">{{object.title}}</a> </td> <td class="field-admin_url"> <a target="_blank" href="{{object.url}}"> |