diff --git a/.gitignore b/.gitignore
index edd5115..0bd3a85 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,7 @@
docker.env
static_files/
# Created by https://www.gitignore.io/api/pycharm,python,django
+.idea/
### Django ###
*.log
diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml
deleted file mode 100644
index c23ecac..0000000
--- a/.idea/inspectionProfiles/profiles_settings.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/misc.xml b/.idea/misc.xml
deleted file mode 100644
index 4e1dbee..0000000
--- a/.idea/misc.xml
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/.idea/modules.xml b/.idea/modules.xml
deleted file mode 100644
index a083734..0000000
--- a/.idea/modules.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/ofu-app.iml b/.idea/ofu-app.iml
deleted file mode 100644
index e6087c0..0000000
--- a/.idea/ofu-app.iml
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/.idea/vcs.xml b/.idea/vcs.xml
deleted file mode 100644
index 94a25f7..0000000
--- a/.idea/vcs.xml
+++ /dev/null
@@ -1,6 +0,0 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/ofu_app/media/food/default/default.jpg b/ofu_app/static/img/food/default.jpg
similarity index 100%
rename from ofu_app/media/food/default/default.jpg
rename to ofu_app/static/img/food/default.jpg
diff --git a/ofu_app/media/food/default/gorilla.jpg b/ofu_app/static/img/food/gorilla.jpg
similarity index 100%
rename from ofu_app/media/food/default/gorilla.jpg
rename to ofu_app/static/img/food/gorilla.jpg
diff --git a/ofu_app/templates/macros/food_macros.jinja b/ofu_app/templates/macros/food_macros.jinja
index 76fda35..e596b5c 100644
--- a/ofu_app/templates/macros/food_macros.jinja
+++ b/ofu_app/templates/macros/food_macros.jinja
@@ -66,9 +66,10 @@
{% else %}
-
-
+
{% endif %}