Version publicbase angepasst, Kommentar eingefügt.
This commit is contained in:
parent
919039201c
commit
57ae275c9c
|
|
@ -5,7 +5,7 @@ import random
|
||||||
import string
|
import string
|
||||||
|
|
||||||
password_characters = string.ascii_letters + string.digits + string.punctuation
|
password_characters = string.ascii_letters + string.digits + string.punctuation
|
||||||
|
# USERNAME
|
||||||
username = "root"
|
username = "root"
|
||||||
password = ""
|
password = ""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -45,7 +45,7 @@
|
||||||
<!-- Divider -->
|
<!-- Divider -->
|
||||||
<hr class="sidebar-divider my-0">
|
<hr class="sidebar-divider my-0">
|
||||||
<div style="bottom: 10px; position: absolute;" class="sidebar-heading">
|
<div style="bottom: 10px; position: absolute;" class="sidebar-heading">
|
||||||
Version 0.7.3
|
Version 0.8.1
|
||||||
</div>
|
</div>
|
||||||
<div style="bottom: 40px; position: absolute;" class="sidebar-heading">
|
<div style="bottom: 40px; position: absolute;" class="sidebar-heading">
|
||||||
<a style="color: #999; text-decoration: none;" href="{% url 'datenschutzda' %}">Datenschutz</a><br />
|
<a style="color: #999; text-decoration: none;" href="{% url 'datenschutzda' %}">Datenschutz</a><br />
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue