This website works better with JavaScript
首页
发现
帮助
登录
CityApper
/
wagtail_bakerydemo
镜像自地址
https://github.com/wagtail/bakerydemo.git
关注
2
点赞
0
派生
0
文件
工单管理
0
Wiki
浏览代码
Move templates to jinja2 folder
Thibaud Colas
1 年之前
父节点
0dd43bfa7a
当前提交
fe949e3523
共有
43 个文件被更改
,包括
0 次插入
和
0 次删除
分列视图
显示文件统计
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
查看文件
+ 0
- 0
bakerydemo/templates/500.html → bakerydemo/jinja2/500.html
查看文件
+ 0
- 0
bakerydemo/templates/base.html → bakerydemo/jinja2/base.html
查看文件
+ 0
- 0
bakerydemo/templates/base/basic_auth.html → bakerydemo/jinja2/base/basic_auth.html
查看文件
+ 0
- 0
bakerydemo/templates/base/form_page.html → bakerydemo/jinja2/base/form_page.html
查看文件
+ 0
- 0
bakerydemo/templates/base/form_page_landing.html → bakerydemo/jinja2/base/form_page_landing.html
查看文件
+ 0
- 0
bakerydemo/templates/base/gallery_page.html → bakerydemo/jinja2/base/gallery_page.html
查看文件
+ 0
- 0
bakerydemo/templates/base/home_page.html → bakerydemo/jinja2/base/home_page.html
查看文件
+ 0
- 0
bakerydemo/templates/base/include/footer_text.html → bakerydemo/jinja2/base/include/footer_text.html
查看文件
+ 0
- 0
bakerydemo/templates/base/include/header-blog.html → bakerydemo/jinja2/base/include/header-blog.html
查看文件
+ 0
- 0
bakerydemo/templates/base/include/header-hero.html → bakerydemo/jinja2/base/include/header-hero.html
查看文件
+ 0
- 0
bakerydemo/templates/base/include/header-index.html → bakerydemo/jinja2/base/include/header-index.html
查看文件
+ 0
- 0
bakerydemo/templates/base/include/header.html → bakerydemo/jinja2/base/include/header.html
查看文件
+ 0
- 0
bakerydemo/templates/base/preview/person.html → bakerydemo/jinja2/base/preview/person.html
查看文件
+ 0
- 0
bakerydemo/templates/base/standard_page.html → bakerydemo/jinja2/base/standard_page.html
查看文件
+ 0
- 0
bakerydemo/templates/blocks/blockquote.html → bakerydemo/jinja2/blocks/blockquote.html
查看文件
+ 0
- 0
bakerydemo/templates/blocks/embed_block.html → bakerydemo/jinja2/blocks/embed_block.html
查看文件
+ 0
- 0
bakerydemo/templates/blocks/heading_block.html → bakerydemo/jinja2/blocks/heading_block.html
查看文件
+ 0
- 0
bakerydemo/templates/blocks/image_block.html → bakerydemo/jinja2/blocks/image_block.html
查看文件
+ 0
- 0
bakerydemo/templates/blocks/paragraph_block.html → bakerydemo/jinja2/blocks/paragraph_block.html
查看文件
+ 0
- 0
bakerydemo/templates/blocks/recipe_step_block.html → bakerydemo/jinja2/blocks/recipe_step_block.html
查看文件
+ 0
- 0
bakerydemo/templates/blog/blog_index_page.html → bakerydemo/jinja2/blog/blog_index_page.html
查看文件
+ 0
- 0
bakerydemo/templates/blog/blog_page.html → bakerydemo/jinja2/blog/blog_page.html
查看文件
+ 0
- 0
bakerydemo/templates/breads/bread_page.html → bakerydemo/jinja2/breads/bread_page.html
查看文件
+ 0
- 0
bakerydemo/templates/breads/breads_index_page.html → bakerydemo/jinja2/breads/breads_index_page.html
查看文件
+ 0
- 0
bakerydemo/templates/includes/card/blog-listing-card.html → bakerydemo/jinja2/includes/card/blog-listing-card.html
查看文件
+ 0
- 0
bakerydemo/templates/includes/card/listing-card.html → bakerydemo/jinja2/includes/card/listing-card.html
查看文件
+ 0
- 0
bakerydemo/templates/includes/card/location-card.html → bakerydemo/jinja2/includes/card/location-card.html
查看文件
+ 0
- 0
bakerydemo/templates/includes/card/picture-card.html → bakerydemo/jinja2/includes/card/picture-card.html
查看文件
+ 0
- 0
bakerydemo/templates/includes/chevron-icon.html → bakerydemo/jinja2/includes/chevron-icon.html
查看文件
+ 0
- 0
bakerydemo/templates/includes/footer.html → bakerydemo/jinja2/includes/footer.html
查看文件
+ 0
- 0
bakerydemo/templates/includes/header.html → bakerydemo/jinja2/includes/header.html
查看文件
+ 0
- 0
bakerydemo/templates/includes/messages.html → bakerydemo/jinja2/includes/messages.html
查看文件
+ 0
- 0
bakerydemo/templates/includes/pagination.html → bakerydemo/jinja2/includes/pagination.html
查看文件
+ 0
- 0
bakerydemo/templates/locations/location_page.html → bakerydemo/jinja2/locations/location_page.html
查看文件
+ 0
- 0
bakerydemo/templates/locations/locations_index_page.html → bakerydemo/jinja2/locations/locations_index_page.html
查看文件
+ 0
- 0
bakerydemo/templates/recipes/recipe_index_page.html → bakerydemo/jinja2/recipes/recipe_index_page.html
查看文件
+ 0
- 0
bakerydemo/templates/recipes/recipe_page.html → bakerydemo/jinja2/recipes/recipe_page.html
查看文件
+ 0
- 0
bakerydemo/templates/search/search_results.html → bakerydemo/jinja2/search/search_results.html
查看文件
+ 0
- 0
bakerydemo/templates/tags/breadcrumbs.html → bakerydemo/jinja2/tags/breadcrumbs.html
查看文件
+ 0
- 0
bakerydemo/templates/tags/gallery.html → bakerydemo/jinja2/tags/gallery.html
查看文件
+ 0
- 0
bakerydemo/templates/tags/top_menu.html → bakerydemo/jinja2/tags/top_menu.html
查看文件
+ 0
- 0
bakerydemo/templates/tags/top_menu_children.html → bakerydemo/jinja2/tags/top_menu_children.html
查看文件