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
5 lines
160 B
HTML
5 lines
160 B
HTML
{% extends "closedverse_main/layout.html" %}
|
|
{% load closedverse_tags %}{% block main-body %}
|
|
{% nocontent "The page could not be displayed." %}
|
|
{% endblock %}
|