Skip to content

Commit

Permalink
Fixes for text changes to NMHR
Browse files Browse the repository at this point in the history
  • Loading branch information
phudson-he committed Jan 30, 2025
1 parent 6418c99 commit d90cc2c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion mariner_proj/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@

OAUTH_CLIENT_ID = "" #'9JCibwrWQ4hwuGn5fu2u1oRZSs9V6gK8Vu8hpRC4'

APP_TITLE = "Mariner"
APP_TITLE = "NMHR"
COPYRIGHT_TEXT = "All Rights Reserved."
COPYRIGHT_YEAR = "2025"

Expand Down
2 changes: 1 addition & 1 deletion mariner_proj/system_settings/System_Settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"c5a2b94a-fadd-11e6-a029-6c4008b05c4c": {
"en": {
"direction": "ltr",
"value": "Mariner"
"value": "NMHR"
}
},
"c5a2bdb3-fadd-11e6-8c96-6c4008b05c4c": {
Expand Down
6 changes: 3 additions & 3 deletions mariner_proj/templates/login.htm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<header>
<div class="header-bar">
<div title="Mariner - login page" class="header-bar__logo">
<div title="NMHR - login page" class="header-bar__logo">
<div class="header-bar__logo-heading">
<a href="/" class="header-bar__logo-link" aria-label="Link to homepage">
<img class="header-bar__logo-image" src="{{ STATIC_URL }}img/HE_Logo_RGB.svg" alt="Historic England logo">
Expand All @@ -28,7 +28,7 @@
{% trans "Sign In" %}
</legend>
<p>
{% trans "If you don't have an account, please email<br /><a href=\"mailto:[email protected]\">[email protected]</a>" %}
{% trans "Login access to this site is by invitation only. More information on the NMHR is available on <a href=\"#\">our website</a>." %}
</p>
{% csrf_token %}
<input type="hidden" name="next" value="{{ next }}" />
Expand All @@ -55,7 +55,7 @@
</fieldset>
</form>
<div class="row row-cancel-button">
<button id="login-cancel-button" class="btn btn-lg btn-default" onclick="location.href='/';" onkeyup="if(event.which == 13 || event.keyCode == 13){ location.href='/'; }">{% trans "Return to Mariner home" %}</button>
<button id="login-cancel-button" class="btn btn-lg btn-default" onclick="location.href='/';" onkeyup="if(event.which == 13 || event.keyCode == 13){ location.href='/'; }">{% trans "Return to NMHR home" %}</button>
</div>
</main>

Expand Down

0 comments on commit d90cc2c

Please sign in to comment.