diff --git a/frontend/templates/base.html b/frontend/templates/base.html index 8984f698..75ce340e 100644 --- a/frontend/templates/base.html +++ b/frontend/templates/base.html @@ -12,6 +12,7 @@ + {% block extra_css %}{% endblock %} {% block base_js %} @@ -106,7 +107,23 @@ - +{% block counter %} + + +{% endblock %} diff --git a/frontend/templates/supporter.html b/frontend/templates/supporter.html index 7f2205a8..cfbe9918 100644 --- a/frontend/templates/supporter.html +++ b/frontend/templates/supporter.html @@ -2,12 +2,12 @@ {% load endless %} {% block title %} — {{ supporter.username }}{% endblock %} - -{% block extra_head %} +{% block extra_css %} - +{% endblock %} +{% block extra_head %} @@ -256,3 +256,10 @@ how do I integrate the your wishlist thing with the tabs thing? {% endblock %} +{% block counter %} +
+{% endblock %} \ No newline at end of file