summaryrefslogtreecommitdiffstats
path: root/templates/api.html
diff options
context:
space:
mode:
authorAamir Khan <syst3m.w0rm@gmail.com>2012-06-24 16:59:30 -0400
committerAamir Khan <syst3m.w0rm@gmail.com>2012-06-24 16:59:30 -0400
commit8fb604d53e0a818c707c7e7247795e55e2471faf (patch)
tree76aaa8706811945b902b4da0d78906a04dcfb8ec /templates/api.html
parent00f021987e466c67aba3d925a49e2975d0e431b0 (diff)
Moved title = app_name in base.html
Diffstat (limited to 'templates/api.html')
-rw-r--r--templates/api.html2
1 files changed, 0 insertions, 2 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 %}
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/thread.css" />
{% endblock %}