File tree Expand file tree Collapse file tree
accounts/templates/accounts Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -52,3 +52,4 @@ media/*
5252ehthumbs.db
5353Thumbs.db
5454.coverage
55+ documentacion /documents.md
Original file line number Diff line number Diff line change @@ -86,6 +86,9 @@ <h1 class="profile-title">{{ user.username }}</h1>
8686 < a href ="{% url 'reports:create_report' %}?user_id={{ user.id }} " class ="button button-secondary ">
8787 < i class ="fas fa-flag "> </ i > Reportar
8888 </ a >
89+ < a href ="{% url 'chat:create_direct_chat' user.id %} " class ="button button-secondary ">
90+ < i class ="fas fa-envelope "> </ i > Enviar Mensaje
91+ </ a >
8992 < a href ="javascript:history.back() " class ="button button-secondary ">
9093 < i class ="fas fa-arrow-left "> </ i > Volver
9194 </ a >
Original file line number Diff line number Diff line change @@ -48,9 +48,6 @@ <h2>Mis Chats</h2>
4848 {% endfor %}
4949 </ div >
5050
51- < a href ="{% url 'chat:my_chats' %} " class ="button button-primary ">
52- < i class ="fas fa-plus "> </ i > Nuevo Chat
53- </ a >
5451 </ div >
5552
5653 <!-- Área de mensajes -->
You can’t perform that action at this time.
0 commit comments