diff --git a/files/helpers/const.py b/files/helpers/const.py index b26269850..4ef0e889d 100644 --- a/files/helpers/const.py +++ b/files/helpers/const.py @@ -138,6 +138,7 @@ AGENDAPOSTER_MSG_HTML = """

Hi Edit Sidebar {%- elif SITE_NAME == 'WPD' -%} -

  • Create Hole
  • +
  • Create {{ HOLE_NAME | capitalize }}
  • {%- endif %} {%- endif %} diff --git a/files/templates/header.html b/files/templates/header.html index 31b377a68..39eb91f32 100644 --- a/files/templates/header.html +++ b/files/templates/header.html @@ -1,6 +1,6 @@ {%- set search_placeholder = "Search" -%} {%- if sub -%} - {%- set search_placeholder = "Search (try 'hole:" ~ sub.name ~ "')" -%} + {%- set search_placeholder = "Search (try '" ~ HOLE_NAME ~ ":" ~ sub.name ~ "')" -%} {%- endif -%}