Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
test change
Browse files Browse the repository at this point in the history
  • Loading branch information
gidsg committed May 23, 2024
1 parent 1a98952 commit 14d6211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/main/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% endblock beforeContent %}

{% block content %}
<h1 class="govuk-heading-xl">Submit monitoring and evaluation data dashboard</h1>
<h1 class="govuk-heading-xl">Gideon in here </h1>

<h2 class="govuk-heading-m">All funds ({{ authorised_funds | length }})</h2>
<hr class="govuk-section-break govuk-section-break--s govuk-section-break--visible">
Expand Down
2 changes: 1 addition & 1 deletion config/envs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class DefaultConfig(object):
SERVICE_DESK_URL = os.environ.get(
"SERVICE_DESK_URL", "https://dluhcdigital.atlassian.net/servicedesk/customer/portal/5/group/10/create/172"
)
SERVICE_NAME = os.environ.get("SERVICE_NAME", "Submit monitoring and evaluation data")
SERVICE_NAME = os.environ.get("SERVICE_NAME", "Gideon in here")
SERVICE_PHASE = os.environ.get("SERVICE_PHASE", "BETA")
SERVICE_URL = os.environ.get("SERVICE_URL", "dev-service-url")
SESSION_COOKIE_SECURE = True
Expand Down

0 comments on commit 14d6211

Please sign in to comment.