diff --git a/member/templates/details.html b/member/templates/details.html index 9455db7..9d509af 100644 --- a/member/templates/details.html +++ b/member/templates/details.html @@ -1,6 +1,6 @@ {% extends "master.html" %} {% load static %} -{% load svg %} + {% block title %} @@ -10,34 +10,13 @@ {% block content %}
Geburtsdatum: {{ mymember.geburtsdatum }}
-| Name | -Rolle | -Aktiv | -Aktionen | -
|---|---|---|---|
| {{ x.username }} | -{{ x.rolle }} | -{% if x.aktiv %}{% inline_svg 'icons/uxwing/check.svg' 'icon' %}{% endif %} | -|
|
- |
- |||
Back to Members
diff --git a/member/templates/partials/account_table.html b/member/templates/partials/account_table.html new file mode 100644 index 0000000..ea449c8 --- /dev/null +++ b/member/templates/partials/account_table.html @@ -0,0 +1,28 @@ +{% load static %} +{% load svg %} + +| Name | +Rolle | +Aktiv | +Aktionen | +
|---|---|---|---|
| {{ x.username }} | +{{ x.rolle }} | +{% if x.aktiv %}{% inline_svg 'icons/uxwing/check.svg' 'icon' %}{% endif %} | +|
|
+ |
+ |||