From fd0b75eaa218b46f0c195259e89dc9daee567aec Mon Sep 17 00:00:00 2001 From: "J.-S. Caux" <J.S.Caux@uva.nl> Date: Fri, 9 Nov 2018 06:10:21 +0100 Subject: [PATCH] Small cosmetic changes to select_referee template --- submissions/templates/submissions/select_referee.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/submissions/templates/submissions/select_referee.html b/submissions/templates/submissions/select_referee.html index 87a3caead..81f5c2236 100644 --- a/submissions/templates/submissions/select_referee.html +++ b/submissions/templates/submissions/select_referee.html @@ -77,8 +77,8 @@ <table class="table"> <tr> <th>Name</th> - <th>Contributor?</th> - <th>Action</th> + <th>Registered<br/>Contributor?</th> + <th>Action<br/><span class="text-muted"><small>(Unregistered people will also receive a registration invitation)</small></span></th> </tr> {% for profile in profiles_found %} <tr> @@ -101,13 +101,13 @@ {% if profile_form %} <div class="row"> <div class="col-12"> - <h3 class="mb-2">If the referee you were looking for was not found by using the method above, you can define a new Profile by filling this form:</h3> + <h3 class="mb-2">Not found? Then add to our database by filling this form:</h3> <form action="{% url 'submissions:add_referee_profile' identifier_w_vn_nr=submission.preprint.identifier_w_vn_nr %}" method="post"> {% csrf_token %} {{ profile_form|bootstrap }} - <input type="submit" name="submit" value="Create Profile" class="btn btn-primary"> + <input type="submit" name="submit" value="Add to database" class="btn btn-primary"> </form> - <h4>(you will be taken back to this page, and the newly-created Profile will appear in the list above, from which you can then invite this referee)</h4> + <h4>(does not invite referee yet: you will return to this page, from which you can then invite this referee)</h4> </div> </div> {% endif %} -- GitLab