Skip to content
Snippets Groups Projects
Commit 35d3beae authored by Todd Dembrey's avatar Todd Dembrey
Browse files

Tidy up the page titles

parent 29d4155e
No related branches found
No related tags found
No related merge requests found
{% extends "messages/email/applicant_base.html" %}
{% load bleach_tags %}
{% block title %}Determination for {{ object.title }}{% endblock %}
{% block content %}
Your application has been reviewed and the outcome is: {{ submission.determination.clean_outcome }}
......
{% extends "base-apply.html" %}
{% load render_table from django_tables2 %}
{% block title %}OTF Dashboard{% endblock %}
{% block title %}Dashboard{% endblock %}
{% block content %}
<div class="admin-bar">
......
{% extends "base-apply.html" %}
{% load bleach_tags %}
{% block title %}Determination for {{ determination.submission.title }}{% endblock %}
{% block content %}
<div class="admin-bar">
<div class="admin-bar__inner">
......
......@@ -3,7 +3,7 @@
<head>
{# TODO fallbacks if page is not defined e.g. for 404 page #}
<meta charset="utf-8" />
<title>{% block title_prefix %}{{ TITLE_PREFIX }}{% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %}</title>
<title>{% block title_prefix %}{{ request.site.site_name }} | {% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %}</title>
<meta name="description" content="{% if page.search_description %}{{ page.search_description }}{% else %}{{ page.listing_summary }}{% endif %}" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
......
......@@ -3,7 +3,7 @@
<head>
{# TODO fallbacks if page is not defined e.g. for 404 page #}
<meta charset="utf-8" />
<title>{% block title_prefix %}{{ TITLE_PREFIX }}{% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %}</title>
<title>{% block title_prefix %}{{ request.site.site_name }} | {% endblock %}{% block title %}{% if page.seo_title %}{{ page.seo_title }}{% else %}{{ page.title }}{% endif %}{% endblock %}{% block title_suffix %}{{ TITLE_SUFFIX }}{% endblock %}</title>
<meta name="description" content="{% if page.search_description %}{{ page.search_description }}{% else %}{{ page.listing_summary }}{% endif %}" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment