diff --git a/get_together/templates/get_together/base.html b/get_together/templates/get_together/base.html index dc3351b..e4c1f4e 100644 --- a/get_together/templates/get_together/base.html +++ b/get_together/templates/get_together/base.html @@ -40,6 +40,9 @@ body { } form { display: inline; +} +.ui-selectmenu-menu .ui-menu { + height: 200px; } 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 %}