Skip to content
Snippets Groups Projects
Commit 3b761a8a authored by Chrissi's avatar Chrissi
Browse files

eintragen: Fix caption

parent 8f22f08f
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
<form class="form" id="keyform" method="POST" action="/newkey"> <form class="form" id="keyform" method="POST" action="/newkey">
<fieldset> <fieldset>
<textarea id="key" name="key" cols="50" rows="2" class="span6"></textarea><br><br> <textarea id="key" name="key" cols="50" rows="2" class="span6"></textarea><br><br>
<input type="submit" value="absenden" class="btn btn-primary pull-right"> <input type="submit" value="Absenden" class="btn btn-primary pull-right">
</fieldset> </fieldset>
</form> </form>
</div> </div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment