SciPost Code Repository
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SciPost
Manage
Activity
Members
Labels
Plan
Issues
118
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SciPost
SciPost
Commits
b6aea4fe
Commit
b6aea4fe
authored
7 years ago
by
Jorran de Wit
Browse files
Options
Downloads
Patches
Plain Diff
Hide useless texts
parent
9dbf1544
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scipost/templates/scipost/personal_page.html
+17
-13
17 additions, 13 deletions
scipost/templates/scipost/personal_page.html
with
17 additions
and
13 deletions
scipost/templates/scipost/personal_page.html
+
17
−
13
View file @
b6aea4fe
...
...
@@ -227,23 +227,26 @@
</ul>
{% endif %}
<h3>
Email communications
</h3>
<ul>
{% if perms.scipost.can_email_group_members %}
<li><a
href=
"{% url 'scipost:email_group_members' %}"
>
Email Group Members
</a></li>
{% endif %}
{% if perms.scipost.can_email_particulars %}
<li><a
href=
"{% url 'scipost:send_precooked_email' %}"
>
Send a precooked email
</a></li>
<li><a
href=
"{% url 'scipost:email_particular' %}"
>
Email a particular individual/address
</a></li>
{% endif %}
{% if perms.scipost.can_manage_mailchimp %}
<li><a
href=
"{% url 'mailing_lists:overview' %}"
>
Manage mailing lists
</a></li>
{% endif %}
</ul>
{% if 'SciPost Administrators' in user_groups %}
<h3>
Email communications
</h3>
<ul>
{% if perms.scipost.can_email_group_members %}
<li><a
href=
"{% url 'scipost:email_group_members' %}"
>
Email Group Members
</a></li>
{% endif %}
{% if perms.scipost.can_email_particulars %}
<li><a
href=
"{% url 'scipost:send_precooked_email' %}"
>
Send a precooked email
</a></li>
<li><a
href=
"{% url 'scipost:email_particular' %}"
>
Email a particular individual/address
</a></li>
{% endif %}
{% if perms.scipost.can_manage_mailchimp %}
<li><a
href=
"{% url 'mailing_lists:overview' %}"
>
Manage mailing lists
</a></li>
{% endif %}
</ul>
{% endif %}
</div>
{% endif %}
<div
class=
"col-md-4"
>
{% if 'Vetting Editors' in user_groups or perms.scipost.can_vet_submitted_reports %}
<h3>
Vetting actions
</h3>
<ul>
{% if perms.scipost.can_vet_commentary_requests %}
...
...
@@ -262,6 +265,7 @@
<li><a
href=
"{% url 'submissions:vet_submitted_reports' %}"
>
Vet submitted Reports
</a>
({{ nr_reports_to_vet }})
</li>
{% endif %}
</ul>
{% endif %}
{% if 'Editorial Administrators' in user_groups %}
<h3>
Editorial Admin actions
</h3>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment