diff --git a/apps/member/templates/member/club_detail.html b/apps/member/templates/member/club_detail.html index d0f479d7..bd6e8399 100644 --- a/apps/member/templates/member/club_detail.html +++ b/apps/member/templates/member/club_detail.html @@ -1,8 +1,5 @@ {% extends "member/noteowner_detail.html" %} -{# Use a fluid-width container #} -{% block containertype %}container-fluid{% endblock %} - {% block profile_info %} {% include "member/club_info.html" %} {% endblock %} @@ -12,10 +9,10 @@ {% endblock %} {% block extrajavascript %} - -{% endblock %} + +{% endblock %} \ No newline at end of file diff --git a/apps/member/templates/member/noteowner_detail.html b/apps/member/templates/member/noteowner_detail.html index d97f723a..4f5f7a1d 100644 --- a/apps/member/templates/member/noteowner_detail.html +++ b/apps/member/templates/member/noteowner_detail.html @@ -1,32 +1,32 @@ {% extends "base.html" %} -{% load static %} -{% load i18n %} +{% load static i18n pretty_money %} {% load render_table from django_tables2 %} -{% load pretty_money %} + +{# Use a fluid-width container #} +{% block containertype %}container-fluid{% endblock %} {% block content %} -
-
- {% block profile_info %} - {% endblock %} -
-
- {% block profile_content %} - {% endblock %} -
+
+
+ {% block profile_info %} + {% endblock %}
+
+ {% block profile_content %} + {% endblock %} +
+
- {% block extra_content %} - {% endblock %} +{% block extra_content %}{% endblock %} {% endblock %} {% block extrajavascript %} - -{% endblock %} + +{% endblock %} \ No newline at end of file diff --git a/apps/member/templates/member/profile_detail.html b/apps/member/templates/member/profile_detail.html index 35728191..297af21c 100644 --- a/apps/member/templates/member/profile_detail.html +++ b/apps/member/templates/member/profile_detail.html @@ -1,8 +1,5 @@ {% extends "member/noteowner_detail.html" %} -{# Use a fluid-width container #} -{% block containertype %}container-fluid{% endblock %} - {% block profile_info %} {% include "member/profile_info.html" %} {% endblock %}