diff --git a/apps/member/templates/member/base.html b/apps/member/templates/member/base.html
index a27f61da..9cb4bb6b 100644
--- a/apps/member/templates/member/base.html
+++ b/apps/member/templates/member/base.html
@@ -1,6 +1,7 @@
{% extends "base.html" %}
-{% load static i18n pretty_money %}
-{% load render_table from django_tables2 %}
+{% comment %}
+SPDX-License-Identifier: GPL-3.0-or-later
+{% endcomment %}
{# Use a fluid-width container #}
{% block containertype %}container-fluid{% endblock %}
@@ -9,10 +10,12 @@
{% block profile_info %}
+ {% include "member/profile_info.html" %}
{% endblock %}
{% block profile_content %}
+ {% include "member/profile_tables.html" %}
{% endblock %}
diff --git a/apps/member/templates/member/profile_detail.html b/apps/member/templates/member/profile_detail.html
index 51ec3095..9df28c9f 100644
--- a/apps/member/templates/member/profile_detail.html
+++ b/apps/member/templates/member/profile_detail.html
@@ -1,18 +1,10 @@
{% extends "member/base.html" %}
-{% block profile_info %}
-{% include "member/profile_info.html" %}
-{% endblock %}
-
-{% block profile_content %}
-{% include "member/profile_tables.html" %}
-{% endblock %}
-
{% block extrajavascript %}
-
-{% endblock %}
+
+{% endblock %}
\ No newline at end of file
diff --git a/apps/member/templates/member/profile_info.html b/apps/member/templates/member/profile_info.html
index 5d849a0a..4d92fe7e 100644
--- a/apps/member/templates/member/profile_info.html
+++ b/apps/member/templates/member/profile_info.html
@@ -1,12 +1,12 @@
-{% load i18n static pretty_money perms %}
+{% load i18n pretty_money perms %}
-