Skip to content
Snippets Groups Projects

Feat: Changes for showing full names in the ranking of projects, instead of...

Merged ld507 requested to merge show-full-names-in-rankings into master
4 files
+ 41
5
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -15,7 +15,7 @@
<i class="fa-solid fa-bars"></i>&ensp;
</span>
<span>
{{ shortlisting.project.title }} - {{ shortlisting.student }}
{{ shortlisting.project.title }} - {{ full_names[shortlisting.id] }}
</span>
</li>
{% endfor %}
Loading