{% extends "wiki/create_root.html" %} {% load i18n %} {% block wiki_contents %}

{% trans "Congratulations!" %}

{% trans "You have django-wiki installed... but there are no articles. So it's time to create the first one, the root article." %}

{% trans "It can be created and/or edited only by administrators, but you can define permissions after." %}

{% endblock %}