mirror of
https://github.com/ae-utbm/sith.git
synced 2026-05-12 20:18:08 +00:00
Add basic account view for user and refactor user tool bar
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{% extends "core/user_base.jinja" %}
|
||||
|
||||
{% block title %}
|
||||
{{ profile.get_display_name() }}'s account
|
||||
{% endblock %}
|
||||
|
||||
{% block infos %}
|
||||
<h3>User account</h3>
|
||||
<p>{{ customer.refillings.all() }}</p>
|
||||
<p>{{ customer.buyings.all() }}</p>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user