You've already forked snikket-web-portal
6 lines
159 B
HTML
6 lines
159 B
HTML
{% extends "admin_app.html" %}
|
|
{% block content %}
|
|
<h1>{{ target_circle.name }}</h1>
|
|
{%- include "admin_create_circle_group_chat_form.html" -%}
|
|
{% endblock %}
|