{% extends "wiki/base.html" %} {% load wiki_tags i18n sekizai_tags %} {% block pagetitle %}{% trans "Create root article" %}{% endblock %} {% block wiki_contents %} {% addtoblock "js" %} {% for js in editor.Media.js %} {% endfor %} {% endaddtoblock %} {% addtoblock "css" %} {% for media, srcs in editor.Media.css.items %} {% for src in srcs %} {% endfor %} {% endfor %} {% endaddtoblock %}
{% trans "You have django-wiki installed... but there are no articles. So it's time to create the first one, the root article. In the beginning, it will only be editable by administrators, but you can define permissions after." %}