Browse Source

Fix index placeholder title placement

pull/6/head
Caio Viotti 10 years ago
parent
commit
7c3a902c7f
  1. 2
      templates/index.html

2
templates/index.html

@ -1,7 +1,7 @@
{% extends "base.html" %}
{% load i18n %}
{% block content_container %}
{% block title%}
<h1>Bem-vindo ao SAPL!</h1>
{% endblock %}

Loading…
Cancel
Save