1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 05:58:22 +02:00

Integrate chat

This commit is contained in:
Yohann D'ANELLO
2020-10-29 16:08:27 +01:00
parent 238333a175
commit 316e4eefc1
4 changed files with 112 additions and 85 deletions

View File

@ -96,8 +96,8 @@
{% endif %}
{% endif %}
<li class="nav-item active">
<a class="nav-link" href="https://www.helloasso.com/associations/animath/formulaires/5/widget"><i
class="fas fa-hand-holding-heart"></i> {% trans "Make a gift" %}</a>
<a class="nav-link" href="{% url "participation:chat" %}">
<i class="fas fa-comments"></i> {% trans "Chat" %}</a>
</li>
{% if user.admin %}
<li class="nav-item active">
@ -150,6 +150,7 @@
</ul>
</div>
</nav>
{% block fullcontent %}
<div class="{% block containertype %}container{% endblock %} my-3">
{% block contenttitle %}{% endblock %}
{% if user.is_authenticated and not user.registration.email_confirmed %}
@ -171,6 +172,7 @@
{% endblock content %}
</div>
</div>
{% endblock %}
</main>
<footer class="bg-light text-primary mt-auto py-2">