Browse Source

Merge branch 'main' into lang_de

lang_de
Stephan Richter 2 years ago
parent
commit
2f31d3bae9
  1. 2
      pom.xml
  2. 8
      static/templates/login.st

2
pom.xml

@ -6,7 +6,7 @@ @@ -6,7 +6,7 @@
<groupId>org.example</groupId>
<artifactId>Widerhall</artifactId>
<version>0.0.12</version>
<version>0.0.13</version>
<build>
<plugins>
<plugin>

8
static/templates/login.st

@ -12,16 +12,16 @@ @@ -12,16 +12,16 @@
<h1>Widerhall Login</h1>
<form method="POST">
<fieldset>
<legend>Login-Daten</legend>
<legend>Login credentials</legend>
<label>
<input type="text" name="email" value="«data.email»" id="email" />
E-Mail-Adresse
Email address
</label>
<label>
<input type="password" name="pass" value="" id="password" />
Passwort
Password
</label>
<button type="submit">Einloggen</button>
<button type="submit">Login</button>
</fieldset>
</form>
</body>

Loading…
Cancel
Save