|
@@ -9,7 +9,8 @@
|
|
|
<div class="col-sm-10">
|
|
<div class="col-sm-10">
|
|
|
<br>
|
|
<br>
|
|
|
<br>
|
|
<br>
|
|
|
- <h4 style="margin-top: 5px">Hallo, schön Sie wieder zu sehen!</h4>
|
|
|
|
|
|
|
+ <p>Hallo, schön dass du da bist!</p>
|
|
|
|
|
+ <p>Wenn du hier neu bist und euer Projekt eintragen willst, dann registriere dich, bitte!</p>
|
|
|
|
|
|
|
|
<div class="form-group " style="margin-top: 20px">
|
|
<div class="form-group " style="margin-top: 20px">
|
|
|
{% if retry %} <p style="color: red">Versuchen Sie es hier erneut oder setzen Sie Ihr Passwort zurück</p> {% endif %}
|
|
{% if retry %} <p style="color: red">Versuchen Sie es hier erneut oder setzen Sie Ihr Passwort zurück</p> {% endif %}
|
|
@@ -25,10 +26,10 @@
|
|
|
<div class="col-sm-10 justify-content-between">
|
|
<div class="col-sm-10 justify-content-between">
|
|
|
<div class="justify-content">
|
|
<div class="justify-content">
|
|
|
<br>
|
|
<br>
|
|
|
- <input style="align-self: start" type="submit" class="btn btn-outline-secondary border-thin mybtn" value="login" />
|
|
|
|
|
|
|
+ <input style="align-self: start" type="submit" class="btn btn-outline-secondary border-thin mybtn" value="Einloggen" />
|
|
|
<input type="hidden" name="next" value="{{ next }}" />
|
|
<input type="hidden" name="next" value="{{ next }}" />
|
|
|
<br><br>
|
|
<br><br>
|
|
|
- <a style="align-self: end" class="btn btn-outline-secondary border-thin mybtn" href="{% url 'register-view' %}">Neuen Account Registrieren</a>
|
|
|
|
|
|
|
+ <a style="align-self: end" class="btn btn-outline-secondary border-thin mybtn" href="{% url 'register-view' %}">Neuen Account registrieren</a>
|
|
|
|
|
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|