From 7cdc1cd0aac91c5974f1f4fd18b633c5c01ab052 Mon Sep 17 00:00:00 2001 From: Hammy Goonan Date: Fri, 4 Nov 2016 09:46:29 +1100 Subject: [PATCH] Closing p tag on home_page template. --- CONTRIBUTORS.rst | 1 + wagtail/project_template/home/templates/home/home_page.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 39a21afdeb..1adffa6dfd 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -180,6 +180,7 @@ Contributors * Tom Miller * Luca Perico * Gary Krige +* Hammy Goonan Translators =========== diff --git a/wagtail/project_template/home/templates/home/home_page.html b/wagtail/project_template/home/templates/home/home_page.html index cb102a172b..fe2ba2a812 100644 --- a/wagtail/project_template/home/templates/home/home_page.html +++ b/wagtail/project_template/home/templates/home/home_page.html @@ -5,7 +5,7 @@ {% templatetag openblock %} block content {% templatetag closeblock %}

Welcome to your new Wagtail site!

-

You can access the admin interface here (make sure you have run "./manage.py createsuperuser" in the console first). +

You can access the admin interface here (make sure you have run "./manage.py createsuperuser" in the console first).

If you haven't already given the documentation a read, head over to http://docs.wagtail.io to start building on Wagtail

{% templatetag openblock %} endblock {% templatetag closeblock %}