SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 48065774 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

display ref. invitation refusal reason in ed page

fixes #227
parent 3578ab88
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,9 @@ ...@@ -59,6 +59,9 @@
<strong class="text-success">task accepted</strong> <strong class="text-success">task accepted</strong>
{% else %} {% else %}
<strong class="text-danger">task declined</strong> <strong class="text-danger">task declined</strong>
{% if invitation.refusal_reason %}
<br><span class="text-muted">{{ invitation.get_refusal_reason_display }}</span>
{% endif %}
{% endif %} {% endif %}
<div>{{ invitation.date_responded }}</div> <div>{{ invitation.date_responded }}</div>
{% else %} {% else %}
......
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