mirror of
https://github.com/Mistake35/Cedar-Django.git
synced 2026-07-17 16:11:14 +10:00
6 lines
186 B
HTML
6 lines
186 B
HTML
{% extends "closedverse_main/layout.html" %}
|
|
{% load closedverse_tags %}{% block main-body %}
|
|
<div class="no-content">
|
|
<p>Please sign in to view this community.</p>
|
|
</div>
|
|
{% endblock %} |