SciPost Code Repository

Skip to content
Snippets Groups Projects
Commit a19e1080 authored by George Katsikas's avatar George Katsikas :goat:
Browse files

make account vetting appear only if not invited

parent 6b1fa32f
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@
<a href="https://{{ domain }}{% url 'scipost:activation' contributor.id contributor.activation_key %}">Activate your account</a>
</p>
{% if contributor.invitation_key %}
{% if not contributor.invitation_key %}
<h3>What happens now?</h3>
<ul>
<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