This website works better with JavaScript
홈
탐색
도움말
로그인
CityApper
/
wagtail_bakerydemo
의 미러
https://github.com/wagtail/bakerydemo.git
Watch
2
Star
0
포크
0
파일
이슈
0
위키
소스 검색
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
파일 보기