SciPost Code Repository

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

add new email button in communication page

parent 04a7fc53
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,13 @@
<div class="col-12">
<h3 class="mb-3">Email addresses associated to your Profile:</h3>
<a role="button"
type="button"
class="btn-link"
hx-get="{% url 'profiles:_hx_add_profile_email' profile_id=contributor.profile.id %}"
hx-target="this"
hx-swap="afterend">Add a new Email</a>
{% include 'profiles/_hx_profile_emails_table.html' with profile=contributor.profile %}
</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