Hide new project checklist for non-owners

This commit is contained in:
Drew DeVault 2020-04-29 10:12:21 -04:00
parent 97a05152fc
commit c83da0edb3
1 changed files with 3 additions and 1 deletions

View File

@ -5,7 +5,9 @@
{% endblock %}
{% block content %}
<div class="container">
{% if not project.checklist_complete %}
{% if not project.checklist_complete
and current_user
and project.owner_id == current_user.id %}
<div class="row">
<div class="col-md-12 event-list">
<form