diff --git a/reValuate/db.sqlite3 b/reValuate/db.sqlite3 index 70848d71..2fe22774 100644 Binary files a/reValuate/db.sqlite3 and b/reValuate/db.sqlite3 differ diff --git a/reValuate/home/__pycache__/views.cpython-38.pyc b/reValuate/home/__pycache__/views.cpython-38.pyc index 1048ab2a..60cde62b 100644 Binary files a/reValuate/home/__pycache__/views.cpython-38.pyc and b/reValuate/home/__pycache__/views.cpython-38.pyc differ diff --git a/reValuate/home/static/home/images/github.png b/reValuate/home/static/home/images/github.png new file mode 100644 index 00000000..c6f113a5 Binary files /dev/null and b/reValuate/home/static/home/images/github.png differ diff --git a/reValuate/home/static/home/images/kofi.jpg b/reValuate/home/static/home/images/kofi.jpg index 253ec0bc..473acc3f 100644 Binary files a/reValuate/home/static/home/images/kofi.jpg and b/reValuate/home/static/home/images/kofi.jpg differ diff --git a/reValuate/home/static/home/images/mail.png b/reValuate/home/static/home/images/mail.png new file mode 100644 index 00000000..8fceed34 Binary files /dev/null and b/reValuate/home/static/home/images/mail.png differ diff --git a/reValuate/media/images/2/Firefox_wallpaper.png b/reValuate/media/images/2/Firefox_wallpaper.png new file mode 100644 index 00000000..e2f23fcc Binary files /dev/null and b/reValuate/media/images/2/Firefox_wallpaper.png differ diff --git a/reValuate/media/images/2/Firefox_wallpaper_kUUWnUG.png b/reValuate/media/images/2/Firefox_wallpaper_kUUWnUG.png new file mode 100644 index 00000000..e2f23fcc Binary files /dev/null and b/reValuate/media/images/2/Firefox_wallpaper_kUUWnUG.png differ diff --git a/reValuate/media/images/3/Firefox_wallpaper_VawhPCu.png b/reValuate/media/images/3/Firefox_wallpaper_VawhPCu.png new file mode 100644 index 00000000..e2f23fcc Binary files /dev/null and b/reValuate/media/images/3/Firefox_wallpaper_VawhPCu.png differ diff --git a/reValuate/media/images/3/Firefox_wallpaper_rfeAtQ2.png b/reValuate/media/images/3/Firefox_wallpaper_rfeAtQ2.png new file mode 100644 index 00000000..e2f23fcc Binary files /dev/null and b/reValuate/media/images/3/Firefox_wallpaper_rfeAtQ2.png differ diff --git a/reValuate/media/images/3/Firefox_wallpaper_whgMjoy.png b/reValuate/media/images/3/Firefox_wallpaper_whgMjoy.png new file mode 100644 index 00000000..e2f23fcc Binary files /dev/null and b/reValuate/media/images/3/Firefox_wallpaper_whgMjoy.png differ diff --git a/reValuate/templates/addBalance.html b/reValuate/templates/addBalance.html new file mode 100644 index 00000000..e8f89068 --- /dev/null +++ b/reValuate/templates/addBalance.html @@ -0,0 +1,33 @@ +{% extends 'base.html' %} + +{% block title %} Update Balance {% endblock %} + + + +{% if user.is_superuser %} + + +{% block content %} +
+{% if message is None %} +

Hello, {{ user.username }} !

+{% else %} +

{{ message }}

+{% endif %} + +
+ {% csrf_token %} +
+ + +
+ {% endblock %} + + +{% else %} + +

Unauthorized

+
+ +{% endif %} + diff --git a/reValuate/templates/base.html b/reValuate/templates/base.html index 5640b885..912e14d4 100644 --- a/reValuate/templates/base.html +++ b/reValuate/templates/base.html @@ -5,7 +5,7 @@ {% block title %}reValuate{% endblock %} {% load static %} - {% block optionalParams%} {%endblock%} + {% block optionalParams %} {% endblock %} @@ -20,6 +20,7 @@ + {% block aboveNav %} {% endblock %}