diff options
| author | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-24 16:59:30 -0400 |
|---|---|---|
| committer | Aamir Khan <syst3m.w0rm@gmail.com> | 2012-06-24 16:59:30 -0400 |
| commit | 8fb604d53e0a818c707c7e7247795e55e2471faf (patch) | |
| tree | 76aaa8706811945b902b4da0d78906a04dcfb8ec /templates/api.html | |
| parent | 00f021987e466c67aba3d925a49e2975d0e431b0 (diff) | |
Moved title = app_name in base.html
Diffstat (limited to 'templates/api.html')
| -rw-r--r-- | templates/api.html | 2 |
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 %} |
