diff --git a/scipost/templates/partials/scipost/personal_page/admin_actions.html b/scipost/templates/partials/scipost/personal_page/admin_actions.html
index ca39e0f86e6b789a44d11abe06f5816b8c200292..a976f9d9022db3fec2ee173c00d2aa94d7ae6225 100644
--- a/scipost/templates/partials/scipost/personal_page/admin_actions.html
+++ b/scipost/templates/partials/scipost/personal_page/admin_actions.html
@@ -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>