Ver Fonte

Add missing intro text on gallery template

Scot Hacker há 8 anos atrás
pai
commit
b0f85e9dcf
1 ficheiros alterados com 2 adições e 1 exclusões
  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 %}