diff --git a/wortschlucker/database.sqlite b/wortschlucker/database.sqlite index 384bdb4..04c9929 100644 Binary files a/wortschlucker/database.sqlite and b/wortschlucker/database.sqlite differ diff --git a/wortschlucker/templates/poll_admin.html b/wortschlucker/templates/poll_admin.html new file mode 100644 index 0000000..07cf631 --- /dev/null +++ b/wortschlucker/templates/poll_admin.html @@ -0,0 +1,36 @@ + + + + + + Poll settings + + +

Poll properties

+
+

+ + + ${errors.author} +

+

+ + + ${errors.title} +

+

+ + + ${errors.description} +

+

+ + +

+
+ + + + diff --git a/wortschlucker/templates/poll_admin_details.html b/wortschlucker/templates/poll_admin_details.html new file mode 100644 index 0000000..50bc869 --- /dev/null +++ b/wortschlucker/templates/poll_admin_details.html @@ -0,0 +1,25 @@ + + + + + + Poll details + + +

Poll: ${poll.title}

+ + + + diff --git a/wortschlucker/templates/poll_new.html b/wortschlucker/templates/poll_new.html index c096f7f..ca27017 100644 --- a/wortschlucker/templates/poll_new.html +++ b/wortschlucker/templates/poll_new.html @@ -26,7 +26,7 @@ ${errors.description}

- +

diff --git a/wortschlucker/templates/polls.html b/wortschlucker/templates/polls.html index a808421..d2f465d 100644 --- a/wortschlucker/templates/polls.html +++ b/wortschlucker/templates/polls.html @@ -17,7 +17,7 @@

Create a new poll