{% extends 'base.html' %} {% block title %}Group Detail{% endblock %} {% block content %} {% load static %}
{% include 'snippets/left-menu.html' %}

Welcome to the Fashion Group Chat


In This group, we will discuss everything that partains to Fashions. Everybody will be allowed to have his/her opinoins. Click the button below to start discussions.

1

{{ room_detail.title }} Chat Room

{% include 'snippets/right-data.html' %}
{% endblock %}