SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit 0db2884b authored by Jorran de Wit's avatar Jorran de Wit
Browse files

Atom editor failed

parent 6f48fc06
No related branches found
No related tags found
No related merge requests found
...@@ -6,12 +6,8 @@ ...@@ -6,12 +6,8 @@
{% block breadcrumb_items %} {% block breadcrumb_items %}
{{block.super}} {{block.super}}
<<<<<<< HEAD
<span class="breadcrumb-item">Pool</span>
=======
<a href="{% url 'scipost:draft_registration_invitation' %}" class="breadcrumb-item">Draft registration invitation</a> <a href="{% url 'scipost:draft_registration_invitation' %}" class="breadcrumb-item">Draft registration invitation</a>
<span class="breadcrumb-item">Contributors filter</span> <span class="breadcrumb-item">Contributors filter</span>
>>>>>>> development
{% endblock %} {% endblock %}
{% block content %} {% block content %}
...@@ -19,16 +15,10 @@ ...@@ -19,16 +15,10 @@
<div class="row"> <div class="row">
<div class="col-12"> <div class="col-12">
<h1 class="highlight">Contributors filter</h1> <h1 class="highlight">Contributors filter</h1>
<<<<<<< HEAD
</div>
</div>
<div class="row">
<div class="col-12">
=======
<p>This form can be used to split your list of names into a list of names with registered or already invited Contributors and a list of unknown names according to the current database.</p> <p>This form can be used to split your list of names into a list of names with registered or already invited Contributors and a list of unknown names according to the current database.</p>
<p>Please, for every name use the format <code>{last name}</code> or <code>{last name}, {first name}</code> and use one name per line.</p> <p>Please, for every name use the format <code>{last name}</code> or <code>{last name}, {first name}</code> and use one name per line.</p>
>>>>>>> development
<form method="post"> <form method="post">
{% csrf_token %} {% csrf_token %}
{{ form|bootstrap }} {{ form|bootstrap }}
...@@ -38,13 +28,7 @@ ...@@ -38,13 +28,7 @@
</div> </div>
{% if form.is_bound %} {% if form.is_bound %}
<<<<<<< HEAD
{% if names_not_found %}
<pre><code>{% for contributor in names_not_found %}{{ contributor }}{% endfor %}</code></pre>
{% endif %}
{% if names_found %}
<pre><code>{% for contributor in names_found %}{{ contributor }}{% endfor %}</code></pre>
=======
<hr class="divider"> <hr class="divider">
<h2>Filter result</h2> <h2>Filter result</h2>
{% if names_not_found %} {% if names_not_found %}
...@@ -55,7 +39,7 @@ ...@@ -55,7 +39,7 @@
{% if names_found %} {% if names_found %}
<h3>Names found in the system</h3> <h3>Names found in the system</h3>
<pre><code>{% for name in names_found %}{{ name }}{% if not forloop.last %}<br>{% endif %}{% endfor %}</code></pre> <pre><code>{% for name in names_found %}{{ name }}{% if not forloop.last %}<br>{% endif %}{% endfor %}</code></pre>
>>>>>>> development
{% endif %} {% endif %}
{% endif %} {% endif %}
......
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