From 6fe6c69dad59c2a218bae51aff97116dc1e4f680 Mon Sep 17 00:00:00 2001 From: Michael Hall Date: Sun, 18 Mar 2018 13:03:04 -0400 Subject: [PATCH] Add boostrap styling back to timezone dropdowns --- .../get_together/new_user/setup_1_confirm_profile.html | 8 +++++++- .../templates/get_together/users/edit_profile.html | 7 +++++++ 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/get_together/templates/get_together/new_user/setup_1_confirm_profile.html b/get_together/templates/get_together/new_user/setup_1_confirm_profile.html index dcc98c9..eb0abf7 100644 --- a/get_together/templates/get_together/new_user/setup_1_confirm_profile.html +++ b/get_together/templates/get_together/new_user/setup_1_confirm_profile.html @@ -19,4 +19,10 @@ {% endblock %} - +{% block javascript %} + +{% endblock %} diff --git a/get_together/templates/get_together/users/edit_profile.html b/get_together/templates/get_together/users/edit_profile.html index fef6036..a9a3440 100644 --- a/get_together/templates/get_together/users/edit_profile.html +++ b/get_together/templates/get_together/users/edit_profile.html @@ -29,3 +29,10 @@ {% endblock %} +{% block javascript %} + +{% endblock %}