started 'new poll' css
This commit is contained in:
parent
7ade0cc419
commit
81bf19c802
8 changed files with 239 additions and 28 deletions
|
@ -15,11 +15,8 @@
|
|||
|
||||
<div py:def="poll_new_small" class="poll_new_small">
|
||||
<form action="/polls/new" method="post">
|
||||
|
||||
<label for="title">Titel des Wortschluckers:</label>
|
||||
|
||||
<input type="text" id="title" class="poll_new_small_text" name="title" />
|
||||
|
||||
<input type="text" id="title" class="poll_new_small_text" name="title" />
|
||||
<span py:if="'title' in errors" class="error">${errors.title}</span>
|
||||
<input type="submit" name="submit" class="poll_new_small_button" value="Nächster Schritt" />
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue