From 8fb604d53e0a818c707c7e7247795e55e2471faf Mon Sep 17 00:00:00 2001 From: Aamir Khan Date: Sun, 24 Jun 2012 16:59:30 -0400 Subject: Moved title = app_name in base.html --- templates/api.html | 2 -- templates/index.html | 2 -- templates/month_view.html | 2 -- templates/recent_activities.html | 2 -- 4 files changed, 8 deletions(-) diff --git a/templates/api.html b/templates/api.html index fdc78e3..85f3cf0 100644 --- a/templates/api.html +++ b/templates/api.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ app_name }}{% endblock %} - {% block additional_stylesheets %} {% endblock %} diff --git a/templates/index.html b/templates/index.html index f63c160..5d1fb39 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,7 +1,5 @@ {% extends "base.html" %} -{% block title %}{{ app_name }}{% endblock %} - {% block content %}

These are the list available on this server: diff --git a/templates/month_view.html b/templates/month_view.html index 7ac3ebe..ba88524 100644 --- a/templates/month_view.html +++ b/templates/month_view.html @@ -2,8 +2,6 @@ {% load poll_extras %} {% load gravatar %} -{% block title %}{{ app_name }}{% endblock %} - {% block content %}

diff --git a/templates/recent_activities.html b/templates/recent_activities.html index 933e118..787c102 100644 --- a/templates/recent_activities.html +++ b/templates/recent_activities.html @@ -2,8 +2,6 @@ {% load poll_extras %} {% load gravatar %} -{% block title %} {{ app_name }} {% endblock %} - {% block additional_stylesheets %} {% endblock %} -- cgit