diff --git a/hubsrht/templates/project-summary.html b/hubsrht/templates/project-summary.html index 30338cf..9bdc897 100644 --- a/hubsrht/templates/project-summary.html +++ b/hubsrht/templates/project-summary.html @@ -5,7 +5,9 @@ {% endblock %} {% block content %}
- {% if not project.checklist_complete %} + {% if not project.checklist_complete + and current_user + and project.owner_id == current_user.id %}