~widelands-dev/widelands-website/trunk

1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}

{% block content %}

<h1>All comments have to be moderated</h1>

<div class="blogEntry">
	<p>Your comment has to be reviewd by a moderator.</p>
</div>
	
{% endblock %}