Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions portality/templates-v2/public/publisher/drafts.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{% extends "public/publisher/base.html" %}

{% block page_title %}My drafts{% endblock %}
{% block page_title %}My applications{% endblock %}

{% block publisher_content %}
<h2>My drafts</h2>
<h2>My applications</h2>
<p>Review may take up to six months from submission. We cannot provide status updates during review.</p>
<div id="publisher_applications"></div>
{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion portality/templates-v2/public/publisher/includes/_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% set csv = url_for('publisher.journal_csv') %}

{% set tabs = [
(index, "My draft applications", 0, constants.ROLE_PUBLISHER),
(index, "My applications", 0, constants.ROLE_PUBLISHER),
(journals, "My journals", 1, constants.ROLE_PUBLISHER),
(urs, "My update requests", 2, constants.ROLE_PUBLISHER),
(xml, "Upload article XML", 3, constants.ROLE_PUBLISHER),
Expand Down
Loading