Selaa lähdekoodia

Add missing intro text on gallery template

Scot Hacker 8 vuotta sitten
vanhempi
commit
b0f85e9dcf
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      bakerydemo/templates/base/gallery_page.html

+ 2 - 1
bakerydemo/templates/base/gallery_page.html

@@ -20,8 +20,9 @@
 <div class="container">
     <div class="row">
         <div class="col-xs-12">
+            {{ page.introduction }}
             {% gallery page.choices %}
         </div>
     </div>
 </div>
-{% endblock content-body %}
+{% endblock content-body %}