diff --git a/todo/templates/todo/list_lists.html b/todo/templates/todo/list_lists.html index a6908c6..a523b6c 100644 --- a/todo/templates/todo/list_lists.html +++ b/todo/templates/todo/list_lists.html @@ -21,7 +21,13 @@ {% endfor %}
- Create new todo list + + {% if user.is_staff %} + Create new todo list + {% else %} + If you were staff, you could create a new list + {% endif %} +
{% endblock %} \ No newline at end of file