Skip to content
Snippets Groups Projects
Commit 3f064a18 authored by Fredrik Jonsson's avatar Fredrik Jonsson
Browse files

Add review author after the submission title in the review detail header.

parent e2b82cba
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
<div class="admin-bar">
<div class="admin-bar__inner">
<h1 class="beta heading heading--no-margin heading--bold">Review</h1>
<h5>For <a href="{% url "funds:submissions:detail" review.submission.id %}">{{ review.submission.title }}</a></h5>
<h5>For <a href="{% url "funds:submissions:detail" review.submission.id %}">{{ review.submission.title }}</a> by {{ review.author }}</h5>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment