Repository : http://git.fedorahosted.org/cgit/fedocal.git
On branch : master
commit 7ae7dcee4c3f15c060bd48e23f057ec116e9a429 Author: Johan Cwiklinski johan@x-tnd.be Date: Mon Nov 5 22:31:53 2012 +0100
Title should not be included from ajax calls
fedocal/templates/view_meeting.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/fedocal/templates/view_meeting.html b/fedocal/templates/view_meeting.html index 35e857e..c4ef4e1 100644 --- a/fedocal/templates/view_meeting.html +++ b/fedocal/templates/view_meeting.html @@ -1,10 +1,10 @@ {% if full %} {% extends "master.html" %} -{% endif %}
{% block title %} {{ title }} {% endblock %}
{% set title_extent = 'Fedora meeting' %} +{% endif %}
{% block content %} <section>
fedocal-devel@lists.fedorahosted.org