Merge branch 'reflow'
[wolnelektury.git] / apps / picture / templates / picture / picture_detail.html
diff --git a/apps/picture/templates/picture/picture_detail.html b/apps/picture/templates/picture/picture_detail.html
deleted file mode 100644 (file)
index ef4042c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-{% extends "base.html" %}
-{% load i18n %}
-{% load picture_tags catalogue_tags pagination_tags %}
-{% load thumbnail %}
-
-
-{% block titleextra %}{{ picture.title }}{% endblock %}
-
-{% block bodyid %}picture-detail{% endblock %}
-
-{% block body %}
-  {% picture_wide picture %}
-{% endblock %}