From 284beb47afd94b24fea253a77bf710036732dbcc Mon Sep 17 00:00:00 2001 From: vabene1111 Date: Thu, 3 May 2018 00:09:03 +0200 Subject: [PATCH] generic forms ... --- .idea/jsLibraryMappings.xml | 2 +- .idea/recipes.iml | 1 + cookbook/forms.py | 7 ++-- .../webfonts/fa-brands-400.eot | Bin .../webfonts/fa-brands-400.svg | 0 .../webfonts/fa-brands-400.ttf | Bin .../webfonts/fa-brands-400.woff | Bin .../webfonts/fa-brands-400.woff2 | Bin .../webfonts/fa-light-300.eot | Bin .../webfonts/fa-light-300.svg | 0 .../webfonts/fa-light-300.ttf | Bin .../webfonts/fa-light-300.woff | Bin .../webfonts/fa-light-300.woff2 | Bin .../webfonts/fa-regular-400.eot | Bin .../webfonts/fa-regular-400.svg | 0 .../webfonts/fa-regular-400.ttf | Bin .../webfonts/fa-regular-400.woff | Bin .../webfonts/fa-regular-400.woff2 | Bin .../webfonts/fa-solid-900.eot | Bin .../webfonts/fa-solid-900.svg | 0 .../webfonts/fa-solid-900.ttf | Bin .../webfonts/fa-solid-900.woff | Bin .../webfonts/fa-solid-900.woff2 | Bin cookbook/templates/base.html | 34 ++++++++++++------ cookbook/templates/generic/edit_template.html | 8 +++++ cookbook/urls.py | 2 +- cookbook/views/edit.py | 33 ++++++++++++++++- 27 files changed, 68 insertions(+), 19 deletions(-) rename cookbook/static/{fontawesome => }/webfonts/fa-brands-400.eot (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-brands-400.svg (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-brands-400.ttf (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-brands-400.woff (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-brands-400.woff2 (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-light-300.eot (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-light-300.svg (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-light-300.ttf (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-light-300.woff (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-light-300.woff2 (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-regular-400.eot (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-regular-400.svg (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-regular-400.ttf (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-regular-400.woff (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-regular-400.woff2 (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-solid-900.eot (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-solid-900.svg (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-solid-900.ttf (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-solid-900.woff (100%) rename cookbook/static/{fontawesome => }/webfonts/fa-solid-900.woff2 (100%) diff --git a/.idea/jsLibraryMappings.xml b/.idea/jsLibraryMappings.xml index e72781fbe..fdef3e97b 100644 --- a/.idea/jsLibraryMappings.xml +++ b/.idea/jsLibraryMappings.xml @@ -1,6 +1,6 @@ - + \ No newline at end of file diff --git a/.idea/recipes.iml b/.idea/recipes.iml index f030f84da..1a13f108a 100644 --- a/.idea/recipes.iml +++ b/.idea/recipes.iml @@ -26,6 +26,7 @@ +