SciPost Code Repository

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

Improve info

parent 4ad4e168
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,10 @@
</td>
</tr>
<tr><td>Personal web page: </td><td>{{ contributor.personalwebpage|default:'-' }}</td></tr>
{% if perms.scipost.can_vet_registration_requests %}
<tr><td>Username</td><td>{{ contributor.user.username }}</td></tr>
<tr><td>Email (from User)</td><td>{{ contributor.user.email }}</td></tr>
<tr><td>Status</td><td>{{ contributor.get_status_display }}</td></tr>
<tr><td>User active?</td><td>{{ contributor.user.is_active }}</td></tr>
<tr><td>Id</td><td>{{ contributor.id }}{% if contributor.profile %}&nbsp;&nbsp;<a href="{% url 'profiles:profile_detail' pk=contributor.profile.id %}">View Profile <i class="fa fa-arrow-right"></i></a>{% endif %}</td></tr>
......
......@@ -42,6 +42,7 @@
{% csrf_token %}
{{ merge_form|bootstrap }}
<input class="btn btn-primary" type="submit" value="Confirm merge">
&nbsp;<a class="text-warning" href="{% url 'scipost:contributor_merge' %}?to_merge={{ contributor_to_merge_into.id }}&to_merge_into={{ contributor_to_merge.id }}" method="get">Merge the other way around</a></p>
</form>
</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