aboutsummaryrefslogtreecommitdiffstats
path: root/bn_django/git_wiki/templates/git_wiki/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'bn_django/git_wiki/templates/git_wiki/base.html')
-rw-r--r--bn_django/git_wiki/templates/git_wiki/base.html22
1 files changed, 0 insertions, 22 deletions
diff --git a/bn_django/git_wiki/templates/git_wiki/base.html b/bn_django/git_wiki/templates/git_wiki/base.html
deleted file mode 100644
index 532fde3..0000000
--- a/bn_django/git_wiki/templates/git_wiki/base.html
+++ /dev/null
@@ -1,22 +0,0 @@
-{% extends "base.html" %}
-
-{% block stylesheets %}
-{{ block.super }}
-<link rel="STYLESHEET" type="text/css" href="/static/style/git_wiki.css" />
-{% endblock %}
-
-{% block path %}
-{{ block.super }}
-<a href="/knowledge">knowledge</a>
-{% endblock %}
-
-{% block title %}
-{% if item %}
-{{ item.title }}
-{% endif %}
-{% endblock %}
-
-{% block content %}
- {% block gitwiki %}
- {% endblock %}
-{% endblock %}