Jul 7 - Implement additional recipient per contract
This commit is contained in:
@@ -16,6 +16,9 @@
|
||||
</div>
|
||||
<div class="col-auto d-flex gap-2">
|
||||
{% if current_user.role in ['admin', 'director'] %}
|
||||
<a href="{{ url_for('projects.recipients', project_id=project.id) }}" class="btn btn-outline-secondary">
|
||||
<i class="bi bi-bell"></i> Notification Recipients
|
||||
</a>
|
||||
<a href="{{ url_for('projects.edit', project_id=project.id) }}" class="btn btn-outline-secondary">
|
||||
<i class="bi bi-pencil"></i> Edit
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user