2
0
Эх сурвалжийг харах

Add missing intro text on gallery template

Scot Hacker 8 жил өмнө
parent
commit
b0f85e9dcf

+ 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 %}