Fixed an error in the page title

This commit is contained in:
Natalia Ventre
2012-02-09 18:25:19 -02:00
parent 2eb50d3a81
commit 778b2a680b

View File

@@ -1,5 +1,5 @@
{% extends "base.html" %} {% extends "base.html" %}
{% block title %}{{ article.title }}{% endblock %} {% block title %}{{ page.title }}{% endblock %}
{% block content %} {% block content %}
<div role="main" class="content clearfix"> <div role="main" class="content clearfix">
<div class="post wrapper"> <div class="post wrapper">