SciPost Code Repository

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

Clean up...

parent af271c4e
No related branches found
No related tags found
No related merge requests found
......@@ -126,9 +126,9 @@
{% get_profiles topic.slug as profiles %}
{% for profile in profiles %}
{% if profile.contributor %}
<li><a href="{{ profile.contributor.get_absolute_url }}">{{ profile }}</a> ({{ profile.count }})</li>
<li><a href="{{ profile.contributor.get_absolute_url }}">{{ profile }}</a></li>
{% else %}
<li>{{ profile }} ({{ profile.count }})</li>
<li>{{ profile }}</li>
{% endif %}
{% empty %}
<li>No Profile 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