Commit 2065f28 1 parent 5e93e21 commit 2065f28 Copy full SHA for 2065f28
File tree 4 files changed +11
-7
lines changed
4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,11 @@ def base_context_processor():
52
52
53
53
def global_variables_context_processor ():
54
54
return {
55
- "github_discussion_base_url" : "https://github.com/digital-land/data-standards-backlog/discussions"
55
+ "site_settings" : {
56
+ "name" : "Planning considerations" ,
57
+ "team_name" : "Data Design team" ,
58
+ },
59
+ "github_discussion_base_url" : "https://github.com/digital-land/data-standards-backlog/discussions" ,
56
60
}
57
61
58
62
app .context_processor (global_variables_context_processor )
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ <h2 class="govuk-notification-banner__title" id="govuk-notification-banner-title
22
22
</ div >
23
23
{% endif %}
24
24
{% endwith %}
25
- < h1 class ="govuk-heading-xl "> DLUHC Planning considerations</ h1 >
25
+ < h1 class ="govuk-heading-xl "> Planning considerations backlog </ h1 >
26
26
27
27
< p class ="govuk-body-l ">
28
- This is the list of planning considerations on the planning data standards team 's backlog.
28
+ This is the list of planning considerations on the {{ site_settings.team_name }} 's backlog.
29
29
</ p >
30
30
31
31
< details class ="govuk-details ">
Original file line number Diff line number Diff line change 7
7
< div class ="app-masthead ">
8
8
< div class ="govuk-width-container ">
9
9
< h1 class ="govuk-heading-xl app-masthead__title govuk-!-margin-bottom-2 ">
10
- Planning considerations manager
10
+ Planning considerations
11
11
</ h1 >
12
12
< p class ="govuk-body-l govuk-!-margin-bottom-0 app-masthead__sub-title ">
13
- This tool is used to manage the work of the data standards team
13
+ This tool is used to manage the work of the {{ site_settings.team_name }}
14
14
</ p >
15
15
</ div >
16
16
</ div >
Original file line number Diff line number Diff line change 43
43
< div class ="govuk-header__container govuk-width-container ">
44
44
< div class ="govuk-header__logo ">
45
45
< a href ="{{ url_for('main.index') }} " class ="govuk-header__link govuk-header__link--homepage ">
46
- DLUHC Planning considerations
46
+ {{ site_settings.name }}
47
47
</ a >
48
48
</ div >
49
49
< div class ="govuk-header__content ">
52
52
< ul id ="navigation " class ="govuk-header__navigation-list ">
53
53
< li class ="govuk-header__navigation-item ">
54
54
< a class ="govuk-header__link " href ="{{ url_for('planning_consideration.considerations') }} ">
55
- Planning considerations
55
+ Backlog
56
56
</ a >
57
57
</ li >
58
58
< li class ="govuk-header__navigation-item ">
You can’t perform that action at this time.
0 commit comments