diff --git a/apps/member/templates/member/alias_update.html b/apps/member/templates/member/alias_update.html deleted file mode 100644 index d1f6115b..00000000 --- a/apps/member/templates/member/alias_update.html +++ /dev/null @@ -1,12 +0,0 @@ -{% load django_tables2 crispy_forms_tags i18n %} -
- - -
-
-
- {% render_table aliases %} -
-
diff --git a/apps/member/templates/member/club_alias.html b/apps/member/templates/member/club_alias.html index 4b6f2882..86a25b49 100644 --- a/apps/member/templates/member/club_alias.html +++ b/apps/member/templates/member/club_alias.html @@ -1,10 +1,25 @@ {% extends "member/club_detail.html" %} -{% load i18n static pretty_money django_tables2 crispy_forms_tags %} +{% load static django_tables2 i18n %} {% block profile_content %} -{% include "member/alias_update.html" %} +
+

+ {% trans "Note aliases" %} +

+
+
+ +
+ +
+
+
+ {% render_table aliases %} +
{% endblock %} {% block extrajavascript %} - -{% endblock%} + +{% endblock%} \ No newline at end of file diff --git a/apps/member/templates/member/club_detail.html b/apps/member/templates/member/club_detail.html index 451e4d76..d0f479d7 100644 --- a/apps/member/templates/member/club_detail.html +++ b/apps/member/templates/member/club_detail.html @@ -1,5 +1,8 @@ {% extends "member/noteowner_detail.html" %} +{# Use a fluid-width container #} +{% block containertype %}container-fluid{% endblock %} + {% block profile_info %} {% include "member/club_info.html" %} {% endblock %} diff --git a/apps/member/templates/member/profile_alias.html b/apps/member/templates/member/profile_alias.html index eb6e499a..b5d51253 100644 --- a/apps/member/templates/member/profile_alias.html +++ b/apps/member/templates/member/profile_alias.html @@ -1,10 +1,25 @@ {% extends "member/profile_detail.html" %} -{% load i18n static pretty_money django_tables2 crispy_forms_tags %} +{% load static django_tables2 i18n %} {% block profile_content %} -{% include "member/alias_update.html"%} +
+

+ {% trans "Note aliases" %} +

+
+
+ +
+ +
+
+
+ {% render_table aliases %} +
{% endblock %} {% block extrajavascript %} - -{% endblock%} + +{% endblock%} \ No newline at end of file