diff --git a/static/img/index_images/index_bg.jpg b/static/img/index_images/index_bg.jpg index e7f1e9c5..0446c81d 100644 Binary files a/static/img/index_images/index_bg.jpg and b/static/img/index_images/index_bg.jpg differ diff --git a/templates/public/index.html b/templates/public/index.html index 98ea531a..18d1da8b 100644 --- a/templates/public/index.html +++ b/templates/public/index.html @@ -6,16 +6,18 @@ -moz-background-size: cover; -o-background-size: cover; background-size: cover; + background-color: black; } div { - height: 200px; + height: 300px; width: 400px; position: fixed; - top: 60%; + top: 40%; left: 50%; margin-top: -100px; margin-left: -200px; + background-color: rgba(0,0,0,0.75); } @@ -23,7 +25,7 @@ - The 99 Percent Eve Alliance + Sugar Eve Alliance
@@ -46,10 +48,10 @@

- +

- \ No newline at end of file + diff --git a/templates/registration/password_reset_email.html b/templates/registration/password_reset_email.html index ddbf50ef..592f703d 100644 --- a/templates/registration/password_reset_email.html +++ b/templates/registration/password_reset_email.html @@ -4,12 +4,12 @@ {% trans "Please go to the following page and choose a new password:" %} {% block reset_link %} - https://the99eve.com{% url 'password_reset_confirm' uidb64=uid token=token %} + https://evesugar.dyndns.info{% url 'password_reset_confirm' uidb64=uid token=token %} {% endblock %} {% trans "Your username, in case you've forgotten:" %} {{ user.get_username }} {% trans "Thanks for using our site!" %} - {% blocktrans %}The The 99 Percent team{% endblocktrans %} + {% blocktrans %}SUGAR Aliiance Team{% endblocktrans %} {% endautoescape %}