Layout.
[wolnelektury.git] / src / catalogue / templates / catalogue / 2022 / author_detail.html
index 716a4b5..120fec4 100644 (file)
@@ -84,7 +84,7 @@
   {% if tags %}
     <section class="l-section">
       <div class="l-author">
-        {% with author=tags.0 %}
+        {% with tag=tags.0 %}
           {% include 'catalogue/2022/author_box.html' %}
         {% endwith %}
         {% choose_cites 3 author=tags.0 as cites %}
@@ -95,7 +95,7 @@
 
                 {% for fragment in cites %}
                   <div class="l-author__quotes__slider__item">
-                    {% include "catalogue/2022/fragment_box.html" %}
+                    {% include "catalogue/2022/fragment_slider_box.html" %}
                   </div>
                 {% endfor %}