SciPost Code Repository

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

Tweak permissions in submission_detail

parent 9ca45d9e
No related branches found
No related tags found
No related merge requests found
{% extends 'submissions/base.html' %}
{% load scipost_extras %}
{% load user_groups %}
{% load submissions_extras %}
{% load bootstrap %}
{% load automarkup %}
......@@ -25,6 +26,8 @@
{% block content %}
{% is_ed_admin request.user as is_ed_admin %}
<div class="row">
{% if is_author_unchecked %}
<div class="col-12">
......@@ -151,7 +154,7 @@
{% if is_author %}
{% include 'submissions/_submission_author_information.html' with submission=submission %}
{% elif can_read_editorial_information %}
{% elif is_ed_admin or can_read_editorial_information %}
{% include 'submissions/_submission_editorial_information.html' with submission=submission %}
{% endif %}
......
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