Skip to content

Commit

Permalink
Add link to new interview
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Aug 25, 2024
1 parent fb64bfe commit c8f3e48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions rdmo/projects/templates/projects/project_detail_sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ <h2>{% trans 'Options' %}</h2>
{% endif %}
</strong>
</li>
{% if can_change_value %}
<li id="project-interview">
<strong>
<a href="{% url 'project_interview' project.pk %}">{% trans 'Answer questions (new)' %}</a>
</strong>
</li>
{% endif %}
</ul>

<ul class="list-unstyled">
Expand Down

0 comments on commit c8f3e48

Please sign in to comment.