Add singular descriptions for libraries

This lets us write nice interface copy like ‘Choose a local authority
from the local authorities library’.
This commit is contained in:
Chris Hill-Scott
2020-08-13 17:33:58 +01:00
parent 72f5dcb91f
commit 1c74d0798a
8 changed files with 37 additions and 17 deletions

View File

@@ -4,13 +4,13 @@
{% extends "withnav_template.html" %}
{% block service_page_title %}
{{ library.name }}
{{ page_title }}
{% endblock %}
{% block maincolumn_content %}
{{ page_header(
library.name,
page_title,
back_link=url_for('.choose_broadcast_library', service_id=current_service.id, broadcast_message_id=broadcast_message.id),
)}}