SciPost Code Repository

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

Clean profile_form

parent 5055125a
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<div class="row">
<div class="col-12">
{% if matching_profiles %}
<h4>Matching profiles found for this {{ from_type }}, {{ pk }}</h4>
<h4>Matching profiles found for this {{ from_type }}</h4>
<ul>
{% for matching_profile in matching_profiles %}
<li>{{ matching_profile }} <a href="{% url 'profiles:profile_match' profile_id=matching_profile.id from_type=from_type pk=pk %}">match this {{ from_type }} to this Profile</a>
......
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