Juan Carlos 5 жил өмнө
parent
commit
dbefb945fb

+ 4 - 3
project_base/templates/auth/login.html

@@ -9,7 +9,8 @@
      <div class="col-sm-10">
        <br>
        <br>
-       <h4 style="margin-top: 5px">Hallo, schön Sie wieder zu sehen!</h4>
+       <p>Hallo, sch&ouml;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">
          {% 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="justify-content">
          <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 }}" />
          <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>