Display profiles

This commit is contained in:
2018-07-09 09:57:23 +02:00
parent 2136546390
commit ad53608966
3 changed files with 29 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
{% extends 'base.html' %}
{% block content %}
<h1>
{{ profile.name }}
<small>@{{ profile.user.username}}</small>
</h1>
{% endblock content %}