added changing of polls

This commit is contained in:
lars 2010-04-15 10:32:45 +00:00
parent f2ef35b429
commit 81df603ba2
6 changed files with 217 additions and 18 deletions

View file

@ -26,7 +26,7 @@
<span py:if="'description' in errors" class="error">${errors.description}</span>
</p>
<p>
<input type="submit" value="Create poll" />
<input type="submit" name="submit" value="Create poll" />
<input type="submit" name="cancel" value="Cancel" />
</p>
</form>