1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 04:38:21 +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

@ -0,0 +1,16 @@
{% extends "base.html" %}
{% block extracss %}
<style>
iframe {
width: 100%;
height: 100vh;
margin: 0;
padding: 0;
}
</style>
{% endblock %}
{% block fullcontent %}
<iframe frameborder="0" src="https://element.correspondances-maths.fr/#/room/#faq:correspondances-maths.fr"></iframe>
{% endblock %}