diff options
Diffstat (limited to 'templates/main.html')
| -rw-r--r-- | templates/main.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/main.html b/templates/main.html new file mode 100644 index 0000000..b51e7fe --- /dev/null +++ b/templates/main.html @@ -0,0 +1,8 @@ +{% extends "base.html" %} + +{% block content %} +<h2><a href='edit/0'>Create a poll</a></h2> +<p>Create a new sondage for take a decision, find a date for a meeting, etc.</p> + +{% endblock %} + |
