Skip to content
Snippets Groups Projects
Commit 493e9fcf authored by Odin Johan Vatne's avatar Odin Johan Vatne
Browse files

Remove deprecated project applications link

parent dd37085d
No related branches found
No related tags found
No related merge requests found
......@@ -17,11 +17,7 @@
<p>{{project.description}}</p>
<em>Status: </em>{{project.status}}
<br />
{% if project.professor.id == user.id %}
<p><span class="i">🛈</span> {{applications.count}} students have applied so far. <a href="/project/{{project.id}}/applications/">View Applications.</a></p>
{% else %}
<p><span class="i">🛈</span> {{applications.count}} students have applied so far.</p>
{% endif %}
{% if projectTags %}
<b>Tags:</b>
{% tagbox_categorized projectTags %}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment