reformat templates
[wolnelektury.git] / src / picture / templates / picture / picture_detail.html
index 514f8c3..6505c48 100644 (file)
@@ -1,4 +1,4 @@
-{% extends "base.html" %}
+{% extends "base/base.html" %}
 {% load i18n %}
 {% load picture_tags catalogue_tags pagination_tags %}
 {% load thumbnail %}
 
 {% block body %}
   {% picture_wide picture %}
-
-{% spaceless %}
-
-<section class="see-also" style="display: inline-block;">
-<h1>{% trans "See also" %}:</h1>
-{% related_books picture %}
-</section>
-{% endspaceless %}
-
+  {% spaceless %}
+    <section class="see-also">
+      <h1>{% trans "See also" %}:</h1>
+      {% related_books picture %}
+    </section>
+  {% endspaceless %}
 {% endblock %}