Add user detail view
[climbing.kerkeslager.com] / src / user_profile / templates / auth / user_detail.html
diff --git a/src/user_profile/templates/auth/user_detail.html b/src/user_profile/templates/auth/user_detail.html
new file mode 100644 (file)
index 0000000..1ff382b
--- /dev/null
@@ -0,0 +1,5 @@
+{% extends 'core/base.html' %}
+
+{% block content %}
+{{ object.username }}
+{% endblock %}