Properly mark up the user note as card-text

This commit is contained in:
Danielle McLean 2017-10-23 11:54:45 +11:00
parent c22e807fa4
commit c0d0fb6179
Signed by: 00dani
GPG Key ID: 5A5D2D1AFF12EEC5
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<h4 class="card-title p-name">
<span class="p-given-name">{{ user.first_name }}</span> <span class="p-family-name">{{ user.last_name }}</span>
</h4>
{% if user.note %}<p class="p-note">{{ user.note }}</p>{% endif %}
{% if user.note %}<p class="card-text p-note">{{ user.note }}</p>{% endif %}
</div>
<div class="card-footer">