SciPost Code Repository

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

Add link to News management on personal page

parent 09fa1be4
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
</div>
<div class="row">
{% if perms.scipost.can_vet_registration_requests or perms.scipost.can_create_registration_invitations or perms.scipost.can_resend_registration_requests %}
{% if perms.scipost.can_vet_registration_requests or perms.scipost.can_create_registration_invitations or perms.scipost.can_resend_registration_requests or perms.scipost.can_manage_news %}
<div class="col-md-4">
<h3>Registration actions</h3>
<ul>
......@@ -26,6 +26,13 @@
{% endif %}
</ul>
{% if perms.scipost.can_manage_news %}
<h3>News management</h3>
<ul>
<li><a href="{% url 'news:manage' %}">Manage News Items and Newsletters</a></li>
</ul>
{% endif %}
{% if perms.scipost.can_manage_registration_invitations %}
<h3>Notifications</h3>
<ul>
......
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