Skip to content
Snippets Groups Projects
Unverified Commit 4c88783c authored by Fredrik Jonsson's avatar Fredrik Jonsson Committed by GitHub
Browse files

Merge pull request #738 from OpenTechFund/feature/link-submission-user

Add edit account link on submissions for otf staff.
parents d0642d74 b3eb4903
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>
<div class="grid grid--proposal-info">
<div>
......@@ -13,7 +13,7 @@
<div>
<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>
......
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