diff --git a/commentaries/templates/commentaries/commentaries.html b/commentaries/templates/commentaries/commentaries.html index e08a16072208f5a48aaf7b4b883cbf00ceb53aac..e86bc98b4d02031d697f3fba015ee4eadb8e7c87 100644 --- a/commentaries/templates/commentaries/commentaries.html +++ b/commentaries/templates/commentaries/commentaries.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: Commentaries</title> + {% load mathjax %} {% include 'scipost/header.html' %} diff --git a/commentaries/templates/commentaries/commentary_detail.html b/commentaries/templates/commentaries/commentary_detail.html index 284385caa9e8cb08de9bdb3aa7a4c7bf58b201aa..5391f2527d35dcff843005cfdf7b4cea46d83522 100644 --- a/commentaries/templates/commentaries/commentary_detail.html +++ b/commentaries/templates/commentaries/commentary_detail.html @@ -3,6 +3,8 @@ <!--<script type="text/javascript" src="{% static 'js/jquery.js' %}"></script> --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> +<title>SciPost: Commentary detail</title> + {% load mathjax %} {% mathjax_scripts %} diff --git a/commentaries/templates/commentaries/request_commentary.html b/commentaries/templates/commentaries/request_commentary.html index 2af5a83ad0c9205c956dab7959aa0cb7468420ca..2dcfdc8c24c1a6479f16f3a4714877b55591a693 100644 --- a/commentaries/templates/commentaries/request_commentary.html +++ b/commentaries/templates/commentaries/request_commentary.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: request Commentary</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/commentaries/templates/commentaries/request_commentary_ack.html b/commentaries/templates/commentaries/request_commentary_ack.html index 92771c094143a33b40a5a0caf05063827c7709b2..f6eeddfe7aba5cbc1d3e737d308eaa1ca349764d 100644 --- a/commentaries/templates/commentaries/request_commentary_ack.html +++ b/commentaries/templates/commentaries/request_commentary_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: request Commentary (ack)</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/commentaries/templates/commentaries/vet_commentary_request_ack.html b/commentaries/templates/commentaries/vet_commentary_request_ack.html index 950e4ba5a0175af27fefa83530e2978291464e4f..a883a763b780e88a20438f066345eeca99977dd4 100644 --- a/commentaries/templates/commentaries/vet_commentary_request_ack.html +++ b/commentaries/templates/commentaries/vet_commentary_request_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: vet Commentary request (ack)</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/commentaries/templates/commentaries/vet_commentary_requests.html b/commentaries/templates/commentaries/vet_commentary_requests.html index 37a8803f0830ed6c05728972ebcfeb5d64c4bfdd..11d2b8790e3949086f28930bb53f44e5ea9c2f26 100644 --- a/commentaries/templates/commentaries/vet_commentary_requests.html +++ b/commentaries/templates/commentaries/vet_commentary_requests.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: vet Commentary requests</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/author_reply_to_comment.html b/comments/templates/comments/author_reply_to_comment.html index 86a1e6b6863a97b04c92bafbb04efe90ddc3211a..2855a180c452b6ac7e9d7ef58687ec312c8a74c6 100644 --- a/comments/templates/comments/author_reply_to_comment.html +++ b/comments/templates/comments/author_reply_to_comment.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: author reply to comment</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/author_reply_to_report.html b/comments/templates/comments/author_reply_to_report.html index b8f1a59d1cb9d7fd08b224f8f6fdfa9e7652f333..58355a505b4821008db24eee25a63f6d67c7c69a 100644 --- a/comments/templates/comments/author_reply_to_report.html +++ b/comments/templates/comments/author_reply_to_report.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: author reply to report</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/comment_submission_ack.html b/comments/templates/comments/comment_submission_ack.html index 65a1ab236b83f2a992805a630b7109bc04a7cb1d..17b5c2c5781e1d9bd6e8d41034dd9d08bdb0bc6b 100644 --- a/comments/templates/comments/comment_submission_ack.html +++ b/comments/templates/comments/comment_submission_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: comment submitted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/reply_to_comment.html b/comments/templates/comments/reply_to_comment.html index 9749e7908c7b0de7db182b772f2974245f2eb436..c32f0ed66acc7294f7e35153c5c86bda7a47cc45 100644 --- a/comments/templates/comments/reply_to_comment.html +++ b/comments/templates/comments/reply_to_comment.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: reply to comment</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/vet_author_replies.html b/comments/templates/comments/vet_author_replies.html index f65e3f94ef9e75e8bad976d1bdfc28fefc4b4de4..19ac92463cc064f6c22d24b48ed588a647d1822d 100644 --- a/comments/templates/comments/vet_author_replies.html +++ b/comments/templates/comments/vet_author_replies.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: vet author replies</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/vet_author_reply_ack.html b/comments/templates/comments/vet_author_reply_ack.html index 9c361d06d4da5f8c09989d5f2ee6d7a9824de126..56aa7b2c755be309ef7e97677ce8413e6392f8f8 100644 --- a/comments/templates/comments/vet_author_reply_ack.html +++ b/comments/templates/comments/vet_author_reply_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: author reply vetted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/vet_submitted_comment_ack.html b/comments/templates/comments/vet_submitted_comment_ack.html index b1d5cae778974514b29e4869522cc63b9deda105..a804054454e19d759bacd854aff543da520a6201 100644 --- a/comments/templates/comments/vet_submitted_comment_ack.html +++ b/comments/templates/comments/vet_submitted_comment_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: comment vetted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/comments/templates/comments/vet_submitted_comments.html b/comments/templates/comments/vet_submitted_comments.html index 21f7b99157cfc6aceef10499e8987cf7ac7782d6..1710bbb593bcfc780b923a8f5f5e6e889115b57b 100644 --- a/comments/templates/comments/vet_submitted_comments.html +++ b/comments/templates/comments/vet_submitted_comments.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: vet comments</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/login.html b/contributors/templates/contributors/login.html index 3a0ab5d6c5f37d06ec06f86663d1905e430b3ebf..6efecb94c9f233dd8e6890279905e4679331f173 100644 --- a/contributors/templates/contributors/login.html +++ b/contributors/templates/contributors/login.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: login</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/login_error.html b/contributors/templates/contributors/login_error.html index 677d84be6e075a729f9d93f65123ee71b6b226a1..0640cde74eb900fbdb500a8dbaf47edb8905614b 100644 --- a/contributors/templates/contributors/login_error.html +++ b/contributors/templates/contributors/login_error.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: login error</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/logout.html b/contributors/templates/contributors/logout.html index d8f1fa78e4400fb037f209c761372f7cd30479d2..0264e82c478b9f59dd63cfc8b4643ed359609990 100644 --- a/contributors/templates/contributors/logout.html +++ b/contributors/templates/contributors/logout.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: logged out</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/personal_page.html b/contributors/templates/contributors/personal_page.html index ed8da684089f2cea7e46d9b46f7ff345bf1732f2..3dee2ea3e5c871f9e3ed605b579f53c6eba6165f 100644 --- a/contributors/templates/contributors/personal_page.html +++ b/contributors/templates/contributors/personal_page.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: personal page</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/register.html b/contributors/templates/contributors/register.html index 6db4969d022c3fed99577f03a05d074911ddb84e..5adf5ccb7ac4dbdd30f8e6f500f29eacdec6dbf1 100644 --- a/contributors/templates/contributors/register.html +++ b/contributors/templates/contributors/register.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: register</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/thanks_for_registering.html b/contributors/templates/contributors/thanks_for_registering.html index 36aebeb521bd5b0d0b8c1e4ec69e1b97e2fe4190..4a46d2014b755a4bd56e95e4f98607614d3eca3b 100644 --- a/contributors/templates/contributors/thanks_for_registering.html +++ b/contributors/templates/contributors/thanks_for_registering.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: thanks for registering</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/vet_registration_request_ack.html b/contributors/templates/contributors/vet_registration_request_ack.html index 3d19b74162cef1e2c3c5f7f35affafbbec340aab..eeaaf23ce0fd5f7d4e776ca33b88a203b0bf2f7a 100644 --- a/contributors/templates/contributors/vet_registration_request_ack.html +++ b/contributors/templates/contributors/vet_registration_request_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: registration vetted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/contributors/templates/contributors/vet_registration_requests.html b/contributors/templates/contributors/vet_registration_requests.html index 9615ac9af2064d3dbd74208508f66bee817a7e73..cea5295723c8bf14a107d3912e5d7940f4a3ac1d 100644 --- a/contributors/templates/contributors/vet_registration_requests.html +++ b/contributors/templates/contributors/vet_registration_requests.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: registrations to vet</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/journals/templates/journals/journals.html b/journals/templates/journals/journals.html index 4587e1b3b57512a0bf05e511fc04d7d2f483e07c..21f408da41e778a3f732eb14b4ab6d82160996b1 100644 --- a/journals/templates/journals/journals.html +++ b/journals/templates/journals/journals.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: Journals</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_authorreply_ack.html b/ratings/templates/ratings/vote_on_authorreply_ack.html index 694b7bb2b35aabbf4c83359d728e79bd8b44d846..963fa590b7d7d0a74698f520da2c8b6ef292c9ec 100644 --- a/ratings/templates/ratings/vote_on_authorreply_ack.html +++ b/ratings/templates/ratings/vote_on_authorreply_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_comment_ack.html b/ratings/templates/ratings/vote_on_comment_ack.html index 5327b4522a8821a4dc62d2358b08593c4883b296..ed59583804685025fe8ea23f9175d0f66bb632a1 100644 --- a/ratings/templates/ratings/vote_on_comment_ack.html +++ b/ratings/templates/ratings/vote_on_comment_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_commentary_ack.html b/ratings/templates/ratings/vote_on_commentary_ack.html index ee218f1be58d36a711cefc8f4f804b0d055ed36d..3408dfd3040fc5e65b3ad8f6f3ccc8dc36e33d80 100644 --- a/ratings/templates/ratings/vote_on_commentary_ack.html +++ b/ratings/templates/ratings/vote_on_commentary_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_report_ack.html b/ratings/templates/ratings/vote_on_report_ack.html index 0e3d8657ea4e807dcdcb5d4df5cb9e517d02658f..5d2e3725811cd8a0879850f02d735298474a46ae 100644 --- a/ratings/templates/ratings/vote_on_report_ack.html +++ b/ratings/templates/ratings/vote_on_report_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/ratings/templates/ratings/vote_on_submission_ack.html b/ratings/templates/ratings/vote_on_submission_ack.html index aeb0fc0504285f8d77d1aa5bf0e608ae0c82b536..3ea8b9724874e55f7bd21ea5903c5ad508669ce2 100644 --- a/ratings/templates/ratings/vote_on_submission_ack.html +++ b/ratings/templates/ratings/vote_on_submission_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: ratings</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/reports/templates/reports/submit_report.html b/reports/templates/reports/submit_report.html index 371f77014a308027e7bd7e9c202d54c4ae0ef2a3..23ea0ec5ab2d65cf3d64bf924d03eec64461d70c 100644 --- a/reports/templates/reports/submit_report.html +++ b/reports/templates/reports/submit_report.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submit report</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/reports/templates/reports/submit_report_ack.html b/reports/templates/reports/submit_report_ack.html index d02dd7cf74dccd2350fbb92ea89b2377cd56f144..473295f42f299885226fdde8d7485001bc887536 100644 --- a/reports/templates/reports/submit_report_ack.html +++ b/reports/templates/reports/submit_report_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submit report (ack)</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/reports/templates/reports/vet_submitted_report_ack.html b/reports/templates/reports/vet_submitted_report_ack.html index 17bf870cad94fd701ff7a02da6d4718500c8703c..c9e798704dd04c80a5349e4bbce3e146fb80ecb0 100644 --- a/reports/templates/reports/vet_submitted_report_ack.html +++ b/reports/templates/reports/vet_submitted_report_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: report vetted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/reports/templates/reports/vet_submitted_reports.html b/reports/templates/reports/vet_submitted_reports.html index c0d0b1d41ad0f2fe4ef938337f537d92619b0b01..b8051bc137d3453face1560b30512db33a15e88d 100644 --- a/reports/templates/reports/vet_submitted_reports.html +++ b/reports/templates/reports/vet_submitted_reports.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: vet reports</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/scipost/templates/scipost/about.html b/scipost/templates/scipost/about.html index f3e8c08eecf0c41e66481facb43f80f448c281ca..5f61ecb003c5d9d44f6beaede501ef67d1a61ac9 100644 --- a/scipost/templates/scipost/about.html +++ b/scipost/templates/scipost/about.html @@ -2,6 +2,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: About</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/scipost/templates/scipost/disabled_account.html b/scipost/templates/scipost/disabled_account.html index bb9cb5fcd1a79547853abe0fa3eb37c78acbbd5e..cd867bd1ddfddb9b2bb3cdabddba4f6c2b1c3973 100644 --- a/scipost/templates/scipost/disabled_account.html +++ b/scipost/templates/scipost/disabled_account.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: account disabled</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/scipost/templates/scipost/header.html b/scipost/templates/scipost/header.html index 67486094db79886fb603a2a7bc3bc46bd3a5f460..9562f75e3104b40b6bd0a33a017d5ed3cc4a865e 100644 --- a/scipost/templates/scipost/header.html +++ b/scipost/templates/scipost/header.html @@ -2,7 +2,7 @@ <header> <div class="row"> <div class="col-3"> - <a href="/scipost/"><h1>SciPost.org</h1></a> + <a href="{% url 'scipost:index' %}"><h1>SciPost.org</h1></a> </div> <div class="col-3"> </div> diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index a0e6abaa543ff3c3d4bb1cf3c8a5c428b238704e..fd8f496798f8455d52e0720b09b2d1fbbc131e38 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html index 88799d1e46be0c85661b7aad464cc3288af04c94..98449c912685127bb0d339b81b2cec847ecb5de4 100644 --- a/scipost/templates/scipost/navbar.html +++ b/scipost/templates/scipost/navbar.html @@ -1,7 +1,7 @@ <nav> <div class="row"> <div class="col-6"> - <a href="/scipost">Home</a> + <a href="{% url 'scipost:index' %}">Home</a> <!-- Temporary strip for online version --> {% if user.is_authenticated %} <a href="{% url 'journals:journals' %}">Journals</a> diff --git a/scipost/templates/scipost/peer_witnessed_refereeing.html b/scipost/templates/scipost/peer_witnessed_refereeing.html index c04aec71285c96ffce1101d65a96b07c8895931d..1d9344d9a6e2f403b772ea5cd309a7914a290089 100644 --- a/scipost/templates/scipost/peer_witnessed_refereeing.html +++ b/scipost/templates/scipost/peer_witnessed_refereeing.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: peer-witnessed refereeing</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/process_new_submission_ack.html b/submissions/templates/submissions/process_new_submission_ack.html index 6c1ed8aa712284598ccaa0e8b4725fc48ba2e27b..8780cf30b0b981e50603c7a4667ee75772b05c9a 100644 --- a/submissions/templates/submissions/process_new_submission_ack.html +++ b/submissions/templates/submissions/process_new_submission_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submission processed</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/process_new_submissions.html b/submissions/templates/submissions/process_new_submissions.html index 7b00d76c6e818f142e9b487672871ebb841fdfeb..04e9a43dd407c5a31c6f36ea282a12b0040e12f0 100644 --- a/submissions/templates/submissions/process_new_submissions.html +++ b/submissions/templates/submissions/process_new_submissions.html @@ -4,6 +4,8 @@ {% load mathjax %} {% mathjax_scripts %} +<title>SciPost: process submissions</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/sub_and_ref_procedure.html b/submissions/templates/submissions/sub_and_ref_procedure.html index a22f47a06d54ca756152ea7daaa9baf3e1b930f6..5c47468c30c18292a4ec768653f7b8daf0ec243e 100644 --- a/submissions/templates/submissions/sub_and_ref_procedure.html +++ b/submissions/templates/submissions/sub_and_ref_procedure.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submission and refereeing procedure</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/submission_detail.html b/submissions/templates/submissions/submission_detail.html index 4b4e2f73b4ef43e38eccd67427c05cc1937942a2..3c965e3c635adfde35744a934f294cf9efedcbbe 100644 --- a/submissions/templates/submissions/submission_detail.html +++ b/submissions/templates/submissions/submission_detail.html @@ -3,6 +3,8 @@ <!--<script type="text/javascript" src="{% static 'js/jquery.js' %}"></script> --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> +<title>SciPost: submission detail</title> + {% load mathjax %} {% mathjax_scripts %} diff --git a/submissions/templates/submissions/submissions.html b/submissions/templates/submissions/submissions.html index 28271679ec29a8e55368a8dc488c0e932f58ddba..cceab5fa17e7f04b68f43dc104d6c90c8e4405ee 100644 --- a/submissions/templates/submissions/submissions.html +++ b/submissions/templates/submissions/submissions.html @@ -3,6 +3,7 @@ {% load mathjax %} +<title>SciPost: Submissions</title> {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/submit_manuscript.html b/submissions/templates/submissions/submit_manuscript.html index e4888bdac7ec8f61f795f988c1ee35d6e7e14441..9f4c2d52fcc9b5234098b35e4f12ce6ffaa2438c 100644 --- a/submissions/templates/submissions/submit_manuscript.html +++ b/submissions/templates/submissions/submit_manuscript.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: submit manuscript</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %} diff --git a/submissions/templates/submissions/submit_manuscript_ack.html b/submissions/templates/submissions/submit_manuscript_ack.html index 506ab81928620e0c4b1cc47d555a039ad6c74609..f1228677d1dd6d72c0b7bb1c2a9f5c54f70dcb07 100644 --- a/submissions/templates/submissions/submit_manuscript_ack.html +++ b/submissions/templates/submissions/submit_manuscript_ack.html @@ -1,6 +1,8 @@ {% load staticfiles %} <link rel="stylesheet" type="text/css" href="{% static 'scipost/SciPost.css' %}" /> +<title>SciPost: manuscript submitted</title> + {% include 'scipost/header.html' %} {% include 'scipost/navbar.html' %}