Change header of profile form to My Profile

This commit is contained in:
Ramon Gutierrez 2018-02-02 03:34:41 +08:00
parent 8ad354c8c3
commit f72a1a91c9

View file

@ -5,7 +5,13 @@
<div class="m-subheader">
<div class="d-flex align-items-center">
<div class="mr-auto">
<h3 class="m-subheader__title">Users</h3>
<h3 class="m-subheader__title">
{% if mode == 'profile' %}
My Profile
{% else %}
Users
{% endif %}
</h3>
</div>
</div>
</div>