diff --git a/reValuate/db.sqlite3 b/reValuate/db.sqlite3 index a6006d65..3c3fe876 100644 Binary files a/reValuate/db.sqlite3 and b/reValuate/db.sqlite3 differ diff --git a/reValuate/media/images/1/1259275_KvRAl23.jpg b/reValuate/media/images/1/1259275_KvRAl23.jpg new file mode 100644 index 00000000..1bd583e5 Binary files /dev/null and b/reValuate/media/images/1/1259275_KvRAl23.jpg differ diff --git a/reValuate/media/images/1/1259275_YSwW78a.jpg b/reValuate/media/images/1/1259275_YSwW78a.jpg new file mode 100644 index 00000000..1bd583e5 Binary files /dev/null and b/reValuate/media/images/1/1259275_YSwW78a.jpg differ diff --git a/reValuate/templates/adminView.html b/reValuate/templates/adminView.html index 791883b6..3f994067 100644 --- a/reValuate/templates/adminView.html +++ b/reValuate/templates/adminView.html @@ -40,39 +40,47 @@ {% endblock %} +{% if request.user.is_superuser %} + {% block content %} +
-{% block content %} -
+ {% if image %} +
+ {% csrf_token %} - {% if image %} - - {% csrf_token %} +
+ +

+
+
-
- -

-
+ + + + + + {% else %} + +

Congratulations, there is no work left

- - - - - - - {% else %} - -

Congratulations, there is no work left

-
-

🎉

-

🥳

-

🎉

+

🎉

+

🥳

+

🎉

+
+ + {% endif %} + +
- - {% endif %} - - -
- {% endblock %} + {% endblock %} + +{% else %} + +

Unauthorized

+ + +{% endif %} +{% endblock %}