From 7c3a902c7fb6a6b6677d428917d254fdc5b48f16 Mon Sep 17 00:00:00 2001 From: Caio Viotti Date: Thu, 30 Jul 2015 20:04:44 -0300 Subject: [PATCH] Fix index placeholder title placement --- templates/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/index.html b/templates/index.html index acfce49bf..1d9bbb274 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% load i18n %} -{% block content_container %} +{% block title%}

Bem-vindo ao SAPL!

{% endblock %}