From bfdf2bef573e5fa658dc0504da39df07678ee030 Mon Sep 17 00:00:00 2001 From: Jessica McKellar Date: Tue, 11 Sep 2012 13:20:01 -0400 Subject: [PATCH] [schema] Collect and display names and e-mail addresses. (imported from commit aa6bceb05fcd5b456c03288cbfed65b14050fe88) --- templates/zephyr/index.html | 4 ++-- templates/zephyr/register.html | 10 ++++++++++ zephyr/forms.py | 3 +++ zephyr/jstemplates/zephyr.html | 4 ++-- zephyr/models.py | 12 ++++++++---- zephyr/static/styles/zephyr.css | 6 +++++- zephyr/views.py | 8 ++++++-- 7 files changed, 36 insertions(+), 11 deletions(-) diff --git a/templates/zephyr/index.html b/templates/zephyr/index.html index 3ebd9a21cc..75dcefeafb 100644 --- a/templates/zephyr/index.html +++ b/templates/zephyr/index.html @@ -45,8 +45,8 @@ var people_list = {{ people }};