slight changes on poll creation form; started brainstorming content

This commit is contained in:
phear 2010-04-18 10:41:41 +00:00
parent 9ff7845e18
commit 6d8c51e898
6 changed files with 74 additions and 36 deletions

View file

@ -8,7 +8,7 @@
<title>Create a poll</title>
</head>
<body>
<h1>New poll</h1>
<h1>Neuen Wortschlucker starten</h1>
<div class="poll_new">
<form action="" method="post">
<p>
@ -27,8 +27,7 @@
<span py:if="'description' in errors" class="error">${errors.description}</span>
</p>
<div class="poll_new_buttons">
<input type="submit" name="submit" class="poll_new_button" value="Create poll" />
<input type="submit" name="cancel" class="poll_new_button" value="Cancel" />
<input type="submit" name="submit" class="poll_new_button" value="Los geht's!" />
</div>
</form>
</div>