Commit 5af36d7e authored by Nico Schallehn's avatar Nico Schallehn

test

parent 3cec6050
...@@ -67,7 +67,7 @@ if(isset($_GET["anmelden"])){ ...@@ -67,7 +67,7 @@ if(isset($_GET["anmelden"])){
<div class="starter-template"> <div class="starter-template">
<h1>Anmeldung</h1> <h1>Anmeldung</h1>
<?php echo $ErrorBox;?> <?php echo $ErrorBox;?>
<div class="lead">
<form role="form"> <form role="form">
<div class="form-group"> <div class="form-group">
<label for="email">API-Schlüssel:</label> <label for="email">API-Schlüssel:</label>
...@@ -78,7 +78,7 @@ if(isset($_GET["anmelden"])){ ...@@ -78,7 +78,7 @@ if(isset($_GET["anmelden"])){
</div> </div>
<button type="submit" class="btn btn-default" name="anmelden">Anmelden</button> <button type="submit" class="btn btn-default" name="anmelden">Anmelden</button>
</form> </form>
</div>
</div> </div>
</div><!-- /.container --> </div><!-- /.container -->
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment