Initial commit with the alliance BG image, modified index page, and corrected password reset URL.

This commit is contained in:
kaezon 2015-05-20 01:36:26 +02:00
parent e8181a23d7
commit 0e2540eb4f
3 changed files with 9 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 351 KiB

After

Width:  |  Height:  |  Size: 208 KiB

View File

@ -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);
}
</style>
@ -23,7 +25,7 @@
<html>
<head lang="en">
<meta charset="UTF-8">
<title>The 99 Percent Eve Alliance</title>
<title>Sugar Eve Alliance</title>
</head>
<body>
<div id="content">
@ -46,7 +48,7 @@
</p>
<p style="text-align:center">
<a href="https://www.youtube.com/playlist?list=PLXM5OIn59G5Gn7eri-lWkXvE15oP5yUUk">
<a href="https://www.youtube.com/channel/UC0oldZRcG0XEWY9vQYPQPmA">
<img src="{% static 'img/index_images/media.png' %}" border="0">
</a>
</p>

View File

@ -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 %}