From d988a11a7132151c860ebc51e832cb2cd8ff27b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Mon, 24 Oct 2016 13:56:55 +0200 Subject: [PATCH] volunteers list --- ponyconf/templates/base.html | 3 + volunteers/forms.py | 14 ++++ volunteers/models.py | 2 +- .../templates/volunteers/volunteer_list.html | 73 +++++++++++++++++++ volunteers/urls.py | 1 + volunteers/views.py | 23 +++++- 6 files changed, 114 insertions(+), 2 deletions(-) create mode 100644 volunteers/templates/volunteers/volunteer_list.html diff --git a/ponyconf/templates/base.html b/ponyconf/templates/base.html index 312c63b..074719a 100644 --- a/ponyconf/templates/base.html +++ b/ponyconf/templates/base.html @@ -73,6 +73,9 @@
  •  {% trans "Speakers" %}
  • +
  • +  {% trans "Volunteers" %} +