From 6b6d68bcc3603b33a0d77ec099e437f98cfa0279 Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Wed, 7 Jun 2017 07:32:30 +0200 Subject: [PATCH] Textual improvement --- scipost/templates/scipost/footer.html | 4 +--- scipost/templates/scipost/navbar.html | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/scipost/templates/scipost/footer.html b/scipost/templates/scipost/footer.html index 4fa5a8f7a..a69ef2bf8 100644 --- a/scipost/templates/scipost/footer.html +++ b/scipost/templates/scipost/footer.html @@ -5,9 +5,7 @@ <div class="col-md-4"> Copyright © <a href="{% url 'scipost:foundation' %}" target="_">SciPost Foundation</a>. <br/> - <a href="mailto:admin@scipost.org">Contact the administrators.</a> - <br/> - <a href="mailto:techsupport@scipost.org">Contact the technical staff for support and feedback.</a> + Contact the <a href="mailto:admin@scipost.org">administrators</a> or <a href="mailto:techsupport@scipost.org">tech support</a> <br/> <a href="{% url 'scipost:terms_and_conditions' %}">Terms and conditions.</a> </div> diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html index 7a5fe0d0a..117273947 100644 --- a/scipost/templates/scipost/navbar.html +++ b/scipost/templates/scipost/navbar.html @@ -16,7 +16,7 @@ <li class="nav-item{% if '/theses/' in request.path %} active{% endif %}"> <a class="nav-link" href="{% url 'theses:theses' %}">Theses</a> </li> - <li class="nav-item{% if '/about/' in request.path %} active{% endif %}"> + <li class="nav-item{% if '/about' in request.path %} active{% endif %}"> <a class="nav-link" href="{% url 'scipost:about' %}">About SciPost</a> </li> -- GitLab