From ae4099239bcc3fb5ad6cef1ea91e4b0d01659838 Mon Sep 17 00:00:00 2001 From: rglst Date: Sat, 12 Aug 2023 06:22:38 -0400 Subject: [PATCH] recepti rade sada --- .gitignore | 0 kuhkal/templates/includes/calculate_form.html | 0 kuhkal/templates/includes/calculate_results.html | 0 kuhkal/templates/includes/edit_ingredient_form.html | 0 kuhkal/templates/includes/edit_recipe_form.html | 0 kuhkal/templates/includes/footer.html | 0 kuhkal/templates/includes/header.html | 0 kuhkal/templates/includes/new_ingredient_form.html | 0 kuhkal/templates/includes/new_recipe_form.html | 0 kuhkal/templates/layouts/base.html | 0 kuhkal/templates/pages/add_ingredient.html | 0 kuhkal/templates/pages/calculate.html | 0 kuhkal/templates/pages/calculate_form.html | 0 kuhkal/templates/pages/calculate_results.html | 0 kuhkal/templates/pages/create_recipe.html | 0 kuhkal/templates/pages/edit_ingredient.html | 0 kuhkal/templates/pages/edit_recipe.html | 0 kuhkal/templates/pages/index.html | 0 kuhkal/templates/pages/ingredients.html | 0 kuhkal/templates/pages/show_recipe.html | 0 20 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .gitignore mode change 100644 => 100755 kuhkal/templates/includes/calculate_form.html mode change 100644 => 100755 kuhkal/templates/includes/calculate_results.html mode change 100644 => 100755 kuhkal/templates/includes/edit_ingredient_form.html mode change 100644 => 100755 kuhkal/templates/includes/edit_recipe_form.html mode change 100644 => 100755 kuhkal/templates/includes/footer.html mode change 100644 => 100755 kuhkal/templates/includes/header.html mode change 100644 => 100755 kuhkal/templates/includes/new_ingredient_form.html mode change 100644 => 100755 kuhkal/templates/includes/new_recipe_form.html mode change 100644 => 100755 kuhkal/templates/layouts/base.html mode change 100644 => 100755 kuhkal/templates/pages/add_ingredient.html mode change 100644 => 100755 kuhkal/templates/pages/calculate.html mode change 100644 => 100755 kuhkal/templates/pages/calculate_form.html mode change 100644 => 100755 kuhkal/templates/pages/calculate_results.html mode change 100644 => 100755 kuhkal/templates/pages/create_recipe.html mode change 100644 => 100755 kuhkal/templates/pages/edit_ingredient.html mode change 100644 => 100755 kuhkal/templates/pages/edit_recipe.html mode change 100644 => 100755 kuhkal/templates/pages/index.html mode change 100644 => 100755 kuhkal/templates/pages/ingredients.html mode change 100644 => 100755 kuhkal/templates/pages/show_recipe.html diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/kuhkal/templates/includes/calculate_form.html b/kuhkal/templates/includes/calculate_form.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/includes/calculate_results.html b/kuhkal/templates/includes/calculate_results.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/includes/edit_ingredient_form.html b/kuhkal/templates/includes/edit_ingredient_form.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/includes/edit_recipe_form.html b/kuhkal/templates/includes/edit_recipe_form.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/includes/footer.html b/kuhkal/templates/includes/footer.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/includes/header.html b/kuhkal/templates/includes/header.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/includes/new_ingredient_form.html b/kuhkal/templates/includes/new_ingredient_form.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/includes/new_recipe_form.html b/kuhkal/templates/includes/new_recipe_form.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/layouts/base.html b/kuhkal/templates/layouts/base.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/add_ingredient.html b/kuhkal/templates/pages/add_ingredient.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/calculate.html b/kuhkal/templates/pages/calculate.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/calculate_form.html b/kuhkal/templates/pages/calculate_form.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/calculate_results.html b/kuhkal/templates/pages/calculate_results.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/create_recipe.html b/kuhkal/templates/pages/create_recipe.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/edit_ingredient.html b/kuhkal/templates/pages/edit_ingredient.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/edit_recipe.html b/kuhkal/templates/pages/edit_recipe.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/index.html b/kuhkal/templates/pages/index.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/ingredients.html b/kuhkal/templates/pages/ingredients.html old mode 100644 new mode 100755 diff --git a/kuhkal/templates/pages/show_recipe.html b/kuhkal/templates/pages/show_recipe.html old mode 100644 new mode 100755