diff --git a/get_together/static/css/get_together.css b/get_together/static/css/get_together.css index 00d511a..2f312f8 100644 --- a/get_together/static/css/get_together.css +++ b/get_together/static/css/get_together.css @@ -99,6 +99,7 @@ ul.errorlist li { .team-banner { position: relative; margin-bottom: 3px; + overflow: scroll; } .team-banner .team-title { diff --git a/get_together/templates/get_together/teams/show_team.html b/get_together/templates/get_together/teams/show_team.html index 1df005c..e61c2cc 100644 --- a/get_together/templates/get_together/teams/show_team.html +++ b/get_together/templates/get_together/teams/show_team.html @@ -20,7 +20,7 @@ {% block content %}
-
+
{% if team.banner_img %}
{{team.name}}'s cover image @@ -41,28 +41,28 @@ {% endif %}
- +
{% if team.description %} -
- - +
+

{{ team.description|markdown }}

+
{% endif %} {% if team.organization %} - - - +
+
Organization:
+
{% endif %} {% if team.web_url %} - - - +
+
Website:
+
{% endif %} {% if team.about_page %} - - - + {% endif %} -

{{ team.description|markdown }}

Organization:{{ team.organization.name }}
Website:{{ team.web_url }}
About:Learn More about {{ team.name }}
+

Upcoming Events