From 6172b6dd09f932de8db7ab69641370d78d25a4c2 Mon Sep 17 00:00:00 2001 From: Dan McGee Date: Mon, 11 Mar 2013 18:48:29 -0500 Subject: Make todolists fully public Remove the login_required decorator from the index and detail views to allow everyone to see the same thing. Of course, when I say "same" here, unauthenticated users don't see the same links developers do to mark packages complete and incomplete. Signed-off-by: Dan McGee --- templates/todolists/view.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'templates/todolists/view.html') diff --git a/templates/todolists/view.html b/templates/todolists/view.html index 1b9a9e3..a96297c 100644 --- a/templates/todolists/view.html +++ b/templates/todolists/view.html @@ -45,8 +45,10 @@
{% endfor %} + {% if user.is_authenticated %}
+ {% endif %}
-- cgit v1.2.3-24-g4f1b