We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7286a31 commit 270bf23Copy full SHA for 270bf23
1 file changed
hypha/apply/projects/templates/application_projects/includes/project_header.html
@@ -12,15 +12,15 @@
12
<span>{{ object.fund_name }}</span>
13
14
{% if object.submission.round %}
15
- {% if request.user.is_apply_staff %}
16
- <span>
+ <span>
+ {% if request.user.is_apply_staff %}
17
<a class="text-white underline"
18
href="{% url 'apply:submissions:list' %}?round={{ object.submission.round.pk }}"
19
>{{ object.submission.round }}</a>
20
- </span>
21
- {% else %}
22
- {{ object.submission.round }}
23
- {% endif %}
+ {% else %}
+ {{ object.submission.round }}
+ {% endif %}
+ </span>
24
{% endif %}
25
26
{% if not HIDE_STAFF_IDENTITY or request.user.is_apply_staff %}
0 commit comments