X-Git-Url: https://code.kerkeslager.com/?p=climbing.kerkeslager.com;a=blobdiff_plain;f=src%2Fuser_profile%2Ftemplates%2Fauth%2Fuser_detail.html;fp=src%2Fuser_profile%2Ftemplates%2Fauth%2Fuser_detail.html;h=91e49c13e89a40dbdb9f1c6bb23c2d9c1f5fac00;hp=1ff382bebaeaa9923323cf3bbc81ece5537cf9fb;hb=4ea2032901c06985e8616e16e7d0bba6bb3c9a43;hpb=93c0a73c774d32afb5258ed584343aa49359741e diff --git a/src/user_profile/templates/auth/user_detail.html b/src/user_profile/templates/auth/user_detail.html index 1ff382b..91e49c1 100644 --- a/src/user_profile/templates/auth/user_detail.html +++ b/src/user_profile/templates/auth/user_detail.html @@ -1,5 +1,34 @@ {% extends 'core/base.html' %} {% block content %} -{{ object.username }} + {{ object.username }} + +
+
TODOs
+ {% if object.todos %} + + {% else %} + No TODOs found. + {% endif %} +
+ +
+
Ticks
+ {% if object.ticks %} + + {% else %} + No ticks found. + {% endif %} +
{% endblock %}