Change button small and message button

This commit is contained in:
anhkha2003 2024-06-10 00:44:50 -05:00
parent f1fb107ba5
commit d9a927ca71
3 changed files with 237 additions and 228 deletions

View file

@ -112,7 +112,7 @@
{% if request.user.is_authenticated and request.profile != user %}
<br>
<button class="small btn-midnightblue" style="width:100%" id="message-button">
<i class="fa fa-envelope"></i> {{ _('Send message') }}
<i class="fa fa-envelope"></i> {{ _('Message') }}
</button>
{% endif %}