diff options
| author | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-05 21:48:10 +0000 |
|---|---|---|
| committer | etienne <etienne@07715635-78ed-41b0-aaf1-0afda6c37f35> | 2008-08-05 21:48:10 +0000 |
| commit | b10461003a785b6579e82fae380161396d94b68e (patch) | |
| tree | eb47f649ce160eddf79315036031e72aa67fbd17 /templates/main.html | |
| download | Papillon-b10461003a785b6579e82fae380161396d94b68e.tar.bz2 Papillon-b10461003a785b6579e82fae380161396d94b68e.zip | |
Initial import
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 %} + |
