Explorar o código

Add missing intro text on gallery template

Scot Hacker %!s(int64=8) %!d(string=hai) anos
pai
achega
b0f85e9dcf
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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 %}