Merge pull request #9 from alphagov/ph-title

Updates to the page titles, removed hello world things.
This commit is contained in:
Chris Heathcote
2015-12-01 10:24:35 +00:00
9 changed files with 14 additions and 36 deletions

View File

@@ -14,11 +14,6 @@ def govuk():
return render_template('govuk_template.html')
@main.route("/hello-world")
def helloworld():
return render_template('hello-world.html')
@main.route("/register")
@login_required
def register():

View File

@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
Hello world!
GOV.UK Notify | Set up service
{% endblock %}
{% block content %}
@@ -28,4 +28,4 @@ Hello world!
</div>
</div>
{% endblock %}
{% endblock %}

View File

@@ -1,17 +0,0 @@
{% extends "admin_template.html" %}
{% block page_title %}
GOV.UK notifications
{% endblock %}
{% block content %}
<div class="grid-row">
<div class="column-two-thirds">
<h1 class="heading-xlarge">Hello world!</h1>
<p>Hello world.</p>
</div>
</div>
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
Hello world!
GOV.UK Notify | Create a user account
{% endblock %}
{% block content %}
@@ -31,4 +31,4 @@ Hello world!
</div>
</div>
{% endblock %}
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
Hello world!
GOV.UK Notify | Create an account
{% endblock %}
{% block content %}
@@ -38,4 +38,4 @@ Hello world!
</div>
</div>
{% endblock %}
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
Hello world!
GOV.UK Notify | Get started
{% endblock %}
{% block content %}
@@ -22,4 +22,4 @@ Hello world!
</div>
</div>
{% endblock %}
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
Hello world!
GOV.UK Notify | Text verification
{% endblock %}
{% block content %}
@@ -25,4 +25,4 @@ Hello world!
</div>
</div>
{% endblock %}
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
Hello world!
GOV.UK Notify | Confirm mobile number
{% endblock %}
{% block content %}
@@ -26,4 +26,4 @@ Hello world!
</div>
</div>
{% endblock %}
{% endblock %}

View File

@@ -1,7 +1,7 @@
{% extends "admin_template.html" %}
{% block page_title %}
Hello world!
GOV.UK Notify | Confirm email address and mobile number
{% endblock %}
{% block content %}
@@ -32,4 +32,4 @@ Hello world!
</div>
</div>
{% endblock %}
{% endblock %}