mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-18 00:21:14 +10:00
- Merge with closedverse-video-support - user_tools moved to forms.py - community_tools moved to forms.py
7 lines
337 B
HTML
7 lines
337 B
HTML
{% extends "closedverse_main/layout.html" %}
|
|
{% block main-body %}{% load closedverse_user %}
|
|
<div class="no-content"><div class="window-create-new-topic"><p>This user is blocked.</p>
|
|
<div class="post-buttons-content"><button type="button" class="button block-button">Unblock</button></div>
|
|
{% block_modal user profile %}
|
|
{% endblock %}
|