root/templates/questionnaire/completed.html
| Revision 1, 387 bytes (checked in by alex, 4 years ago) |
|---|
| Line | |
|---|---|
| 1 | {% extends "questionnaire/main.html" %} |
| 2 | |
| 3 | {% block main %} |
| 4 | |
| 5 | <div class='window'> |
| 6 | |
| 7 | <form name='question' method='post'> |
| 8 | |
| 9 | <div class='window_title'> |
| 10 | My Questionnaire |
| 11 | </div> |
| 12 | |
| 13 | <div class='window_body'> |
| 14 | Your answers have been stored. Thank you for your time! |
| 15 | <p /> |
| 16 | |
| 17 | <a class='button' href='/questionnaire/logout'>Logout</a> |
| 18 | |
| 19 | </div> <!-- window body --> |
| 20 | |
| 21 | </div> <!-- window --> |
| 22 | |
| 23 | {% endblock %} |
Note: See TracBrowser
for help on using the browser.
