Child: [365ba4] (diff)

Download this file

help.html    9 lines (6 with data), 265 Bytes

1
2
3
4
5
6
7
8
9
{% extends 'jinja_master/master.html' %}
{% block title %}{{c.project.name}} / {{c.app.config.options.mount_label}} / Forum Permissions{% endblock %}
{% block header %}Forum Permissions{% endblock %}
{% block content %}
<p>Help is coming soon.</p>
{% endblock %}