Add forum HTML page
This commit is contained in:
parent
9af97e017d
commit
362699b82e
9
kanken_online/templates/forum/index.html
Normal file
9
kanken_online/templates/forum/index.html
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{% extends 'base.html' %}
|
||||||
|
|
||||||
|
{% block header %}
|
||||||
|
<h1>{% block title %}{{ localize("forum") }}{% endblock %}</h1>
|
||||||
|
{% endblock %}
|
||||||
|
|
||||||
|
{% block content %}
|
||||||
|
...
|
||||||
|
{% endblock %}
|
Loading…
Reference in New Issue
Block a user