forked from gergely/calendar-social
Display profiles
This commit is contained in:
8
calsocial/templates/profile-details.html
Normal file
8
calsocial/templates/profile-details.html
Normal file
@@ -0,0 +1,8 @@
|
||||
{% extends 'base.html' %}
|
||||
|
||||
{% block content %}
|
||||
<h1>
|
||||
{{ profile.name }}
|
||||
<small>@{{ profile.user.username}}</small>
|
||||
</h1>
|
||||
{% endblock content %}
|
Reference in New Issue
Block a user