mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-12 22:10:16 +02:00
Initial commit with the alliance BG image, modified index page, and corrected password reset URL.
This commit is contained in:
parent
e8181a23d7
commit
0e2540eb4f
Binary file not shown.
Before Width: | Height: | Size: 351 KiB After Width: | Height: | Size: 208 KiB |
@ -6,16 +6,18 @@
|
|||||||
-moz-background-size: cover;
|
-moz-background-size: cover;
|
||||||
-o-background-size: cover;
|
-o-background-size: cover;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
div {
|
div {
|
||||||
height: 200px;
|
height: 300px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 60%;
|
top: 40%;
|
||||||
left: 50%;
|
left: 50%;
|
||||||
margin-top: -100px;
|
margin-top: -100px;
|
||||||
margin-left: -200px;
|
margin-left: -200px;
|
||||||
|
background-color: rgba(0,0,0,0.75);
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
@ -23,7 +25,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head lang="en">
|
<head lang="en">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>The 99 Percent Eve Alliance</title>
|
<title>Sugar Eve Alliance</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
@ -46,7 +48,7 @@
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p style="text-align:center">
|
<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">
|
<img src="{% static 'img/index_images/media.png' %}" border="0">
|
||||||
</a>
|
</a>
|
||||||
</p>
|
</p>
|
||||||
|
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
{% trans "Please go to the following page and choose a new password:" %}
|
{% trans "Please go to the following page and choose a new password:" %}
|
||||||
{% block reset_link %}
|
{% 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 %}
|
{% endblock %}
|
||||||
{% trans "Your username, in case you've forgotten:" %} {{ user.get_username }}
|
{% trans "Your username, in case you've forgotten:" %} {{ user.get_username }}
|
||||||
|
|
||||||
{% trans "Thanks for using our site!" %}
|
{% trans "Thanks for using our site!" %}
|
||||||
|
|
||||||
{% blocktrans %}The The 99 Percent team{% endblocktrans %}
|
{% blocktrans %}SUGAR Aliiance Team{% endblocktrans %}
|
||||||
|
|
||||||
{% endautoescape %}
|
{% endautoescape %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user