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

Add edit account link on submissions for otf staff.

parent 5332c401
No related branches found
No related tags found
No related merge requests found
{% load workflow_tags %} {% load wagtailusers_tags workflow_tags %}
<h3>Proposal Information</h3> <h3>Proposal Information</h3>
<div class="grid grid--proposal-info"> <div class="grid grid--proposal-info">
<div> <div>
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<div> <div>
<h5>Legal Name</h5> <h5>Legal Name</h5>
<p>{{ object.get_full_name_display }}</p> <p>{{ object.get_full_name_display }}{% if request.user.is_apply_staff %} (<a href="{% url 'wagtailusers_users:edit' object.user_id %}">Edit account</a>){% endif %}</p>
</div> </div>
<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