From b77db410d1b0162faa4e4ef1be3dde5c7f4b687f Mon Sep 17 00:00:00 2001 From: Felipe Martin Date: Mon, 19 Dec 2016 14:44:12 +0100 Subject: [PATCH] Fixed base html markup --- templates/_base.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/_base.html b/templates/_base.html index 860f2ca..f2a9364 100644 --- a/templates/_base.html +++ b/templates/_base.html @@ -1,4 +1,5 @@ - + + {% block page_title %}Felipe Martin{% endblock %}