diff options
Diffstat (limited to 'bn_django/templates/flatpages/default.html')
-rw-r--r-- | bn_django/templates/flatpages/default.html | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/bn_django/templates/flatpages/default.html b/bn_django/templates/flatpages/default.html deleted file mode 100644 index 49c773a..0000000 --- a/bn_django/templates/flatpages/default.html +++ /dev/null @@ -1,7 +0,0 @@ -{% extends "base.html" %} - -{% block title %}{{ flatpage.title }}{% endblock %} - -{% block content %} -{{ flatpage.content }} -{% endblock %} |