diff --git a/templates/questions/create_list.html b/templates/questions/create_list.html index c988a71..1e4cc4a 100644 --- a/templates/questions/create_list.html +++ b/templates/questions/create_list.html @@ -22,10 +22,13 @@

breakingboundr.io

{{ form.hidden_tag() }}
- {{ render_field(form.title, class='form-control titlecard', placeholder='Enter your question & corresponding answer') }} + {{ render_field(form.title, class='form-control titlecard', placeholder='What is your question list about?') }}
- {{ render_field(form.submit, class='btn btn-lg btn-secondary btn-block') }} + {{ render_field(form.submit, class='btn btn-lg btn-secondary btn-block') }} +
+ Cancel +
diff --git a/templates/questions/index.html b/templates/questions/index.html index 5ab3507..be0eeda 100644 --- a/templates/questions/index.html +++ b/templates/questions/index.html @@ -24,6 +24,7 @@
Question Lists
{% for list in lists %} {{ list.title }} {% endfor %} + Create new list