diff --git a/member/templates/details.html b/member/templates/details.html index 0968d90..444c985 100644 --- a/member/templates/details.html +++ b/member/templates/details.html @@ -1,13 +1,13 @@ - - +{% extends "master.html" %} -
+{% block title %} + Details zu {{ mymember.firstname }} {{ mymember.lastname }} +{% endblock %} +{% block content %}Geburtsdatum: {{ mymember.geburtsdatum }}
Back to Members
- - - +{% endblock %} diff --git a/member/templates/master.html b/member/templates/master.html new file mode 100644 index 0000000..1ef97a3 --- /dev/null +++ b/member/templates/master.html @@ -0,0 +1,12 @@ + + + +