started 'new poll' css

This commit is contained in:
phear 2010-04-17 20:35:13 +00:00
parent 7ade0cc419
commit 81bf19c802
8 changed files with 239 additions and 28 deletions

View file

@ -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&auml;chster Schritt" />