This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
CityApper
/
wagtail_bakerydemo
mirror da
https://github.com/wagtail/bakerydemo.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
Move templates to jinja2 folder
Thibaud Colas
1 anno fa
parent
0dd43bfa7a
commit
fe949e3523
43 ha cambiato i file
con
0 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
0
0
bakerydemo/jinja2/404.html
0
0
bakerydemo/jinja2/500.html
0
0
bakerydemo/jinja2/base.html
0
0
bakerydemo/jinja2/base/basic_auth.html
0
0
bakerydemo/jinja2/base/form_page.html
0
0
bakerydemo/jinja2/base/form_page_landing.html
0
0
bakerydemo/jinja2/base/gallery_page.html
0
0
bakerydemo/jinja2/base/home_page.html
0
0
bakerydemo/jinja2/base/include/footer_text.html
0
0
bakerydemo/jinja2/base/include/header-blog.html
0
0
bakerydemo/jinja2/base/include/header-hero.html
0
0
bakerydemo/jinja2/base/include/header-index.html
0
0
bakerydemo/jinja2/base/include/header.html
0
0
bakerydemo/jinja2/base/preview/person.html
0
0
bakerydemo/jinja2/base/standard_page.html
0
0
bakerydemo/jinja2/blocks/blockquote.html
0
0
bakerydemo/jinja2/blocks/embed_block.html
0
0
bakerydemo/jinja2/blocks/heading_block.html
0
0
bakerydemo/jinja2/blocks/image_block.html
0
0
bakerydemo/jinja2/blocks/paragraph_block.html
0
0
bakerydemo/jinja2/blocks/recipe_step_block.html
0
0
bakerydemo/jinja2/blog/blog_index_page.html
0
0
bakerydemo/jinja2/blog/blog_page.html
0
0
bakerydemo/jinja2/breads/bread_page.html
0
0
bakerydemo/jinja2/breads/breads_index_page.html
0
0
bakerydemo/jinja2/includes/card/blog-listing-card.html
0
0
bakerydemo/jinja2/includes/card/listing-card.html
0
0
bakerydemo/jinja2/includes/card/location-card.html
0
0
bakerydemo/jinja2/includes/card/picture-card.html
0
0
bakerydemo/jinja2/includes/chevron-icon.html
0
0
bakerydemo/jinja2/includes/footer.html
0
0
bakerydemo/jinja2/includes/header.html
0
0
bakerydemo/jinja2/includes/messages.html
0
0
bakerydemo/jinja2/includes/pagination.html
0
0
bakerydemo/jinja2/locations/location_page.html
0
0
bakerydemo/jinja2/locations/locations_index_page.html
0
0
bakerydemo/jinja2/recipes/recipe_index_page.html
0
0
bakerydemo/jinja2/recipes/recipe_page.html
0
0
bakerydemo/jinja2/search/search_results.html
0
0
bakerydemo/jinja2/tags/breadcrumbs.html
0
0
bakerydemo/jinja2/tags/gallery.html
0
0
bakerydemo/jinja2/tags/top_menu.html
0
0
bakerydemo/jinja2/tags/top_menu_children.html
+ 0
- 0
bakerydemo/templates/404.html → bakerydemo/jinja2/404.html
Vedi File
+ 0
- 0
bakerydemo/templates/500.html → bakerydemo/jinja2/500.html
Vedi File
+ 0
- 0
bakerydemo/templates/base.html → bakerydemo/jinja2/base.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/basic_auth.html → bakerydemo/jinja2/base/basic_auth.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/form_page.html → bakerydemo/jinja2/base/form_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/form_page_landing.html → bakerydemo/jinja2/base/form_page_landing.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/gallery_page.html → bakerydemo/jinja2/base/gallery_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/home_page.html → bakerydemo/jinja2/base/home_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/include/footer_text.html → bakerydemo/jinja2/base/include/footer_text.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/include/header-blog.html → bakerydemo/jinja2/base/include/header-blog.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/include/header-hero.html → bakerydemo/jinja2/base/include/header-hero.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/include/header-index.html → bakerydemo/jinja2/base/include/header-index.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/include/header.html → bakerydemo/jinja2/base/include/header.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/preview/person.html → bakerydemo/jinja2/base/preview/person.html
Vedi File
+ 0
- 0
bakerydemo/templates/base/standard_page.html → bakerydemo/jinja2/base/standard_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/blocks/blockquote.html → bakerydemo/jinja2/blocks/blockquote.html
Vedi File
+ 0
- 0
bakerydemo/templates/blocks/embed_block.html → bakerydemo/jinja2/blocks/embed_block.html
Vedi File
+ 0
- 0
bakerydemo/templates/blocks/heading_block.html → bakerydemo/jinja2/blocks/heading_block.html
Vedi File
+ 0
- 0
bakerydemo/templates/blocks/image_block.html → bakerydemo/jinja2/blocks/image_block.html
Vedi File
+ 0
- 0
bakerydemo/templates/blocks/paragraph_block.html → bakerydemo/jinja2/blocks/paragraph_block.html
Vedi File
+ 0
- 0
bakerydemo/templates/blocks/recipe_step_block.html → bakerydemo/jinja2/blocks/recipe_step_block.html
Vedi File
+ 0
- 0
bakerydemo/templates/blog/blog_index_page.html → bakerydemo/jinja2/blog/blog_index_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/blog/blog_page.html → bakerydemo/jinja2/blog/blog_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/breads/bread_page.html → bakerydemo/jinja2/breads/bread_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/breads/breads_index_page.html → bakerydemo/jinja2/breads/breads_index_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/includes/card/blog-listing-card.html → bakerydemo/jinja2/includes/card/blog-listing-card.html
Vedi File
+ 0
- 0
bakerydemo/templates/includes/card/listing-card.html → bakerydemo/jinja2/includes/card/listing-card.html
Vedi File
+ 0
- 0
bakerydemo/templates/includes/card/location-card.html → bakerydemo/jinja2/includes/card/location-card.html
Vedi File
+ 0
- 0
bakerydemo/templates/includes/card/picture-card.html → bakerydemo/jinja2/includes/card/picture-card.html
Vedi File
+ 0
- 0
bakerydemo/templates/includes/chevron-icon.html → bakerydemo/jinja2/includes/chevron-icon.html
Vedi File
+ 0
- 0
bakerydemo/templates/includes/footer.html → bakerydemo/jinja2/includes/footer.html
Vedi File
+ 0
- 0
bakerydemo/templates/includes/header.html → bakerydemo/jinja2/includes/header.html
Vedi File
+ 0
- 0
bakerydemo/templates/includes/messages.html → bakerydemo/jinja2/includes/messages.html
Vedi File
+ 0
- 0
bakerydemo/templates/includes/pagination.html → bakerydemo/jinja2/includes/pagination.html
Vedi File
+ 0
- 0
bakerydemo/templates/locations/location_page.html → bakerydemo/jinja2/locations/location_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/locations/locations_index_page.html → bakerydemo/jinja2/locations/locations_index_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/recipes/recipe_index_page.html → bakerydemo/jinja2/recipes/recipe_index_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/recipes/recipe_page.html → bakerydemo/jinja2/recipes/recipe_page.html
Vedi File
+ 0
- 0
bakerydemo/templates/search/search_results.html → bakerydemo/jinja2/search/search_results.html
Vedi File
+ 0
- 0
bakerydemo/templates/tags/breadcrumbs.html → bakerydemo/jinja2/tags/breadcrumbs.html
Vedi File
+ 0
- 0
bakerydemo/templates/tags/gallery.html → bakerydemo/jinja2/tags/gallery.html
Vedi File
+ 0
- 0
bakerydemo/templates/tags/top_menu.html → bakerydemo/jinja2/tags/top_menu.html
Vedi File
+ 0
- 0
bakerydemo/templates/tags/top_menu_children.html → bakerydemo/jinja2/tags/top_menu_children.html
Vedi File