SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 8b444109 authored by Jean-Sébastien Caux's avatar Jean-Sébastien Caux
Browse files

Correct typo in registration invitations

parent e2605be8
No related branches found
No related tags found
No related merge requests found
......@@ -95,7 +95,7 @@ $(document).ready(function(){
<ul>
{% for ac in draft|associated_contributors %}
<li>
<a href="{% url 'scipost:map_draft_reg_inv_to_contributor' draft_id=draft.id contributor_id=ac.id %}">Map to {{ ac.user.first_name }} {{ ac.user.last_name }}</a>>
<a href="{% url 'scipost:map_draft_reg_inv_to_contributor' draft_id=draft.id contributor_id=ac.id %}">Map to {{ ac.user.first_name }} {{ ac.user.last_name }}</a>
</li>
{% empty %}
<li>No associated contributors found.</li>
......
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