SciPost Code Repository

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

Correct affiliate journals list permissions

parent a407a8c0
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,9 @@ ...@@ -11,7 +11,9 @@
<div class="d-flex flex-row justify-content-between align-items-center highlight p-2"> <div class="d-flex flex-row justify-content-between align-items-center highlight p-2">
<h2 class="m-0">Affiliate Journals</h2> <h2 class="m-0">Affiliate Journals</h2>
<a href="{% url 'affiliates:journal_create' %}" class="btn btn-primary">Create Affiliate Journal</a> {% if perms.can_create_affiliate_journals %}
<a href="{% url 'affiliates:journal_create' %}" class="btn btn-primary">Create Affiliate Journal</a>
{% endif %}
</div> </div>
<table class="table align-middle"> <table class="table align-middle">
......
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