{% 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." %}
{% 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." %}
</p>
</p>
<h2class="page-header">{% trans "Root article" %}</h2>
<h2class="page-header">{% trans "Root article" %}</h2>
<formmethod="POST"class="form-horizontal">
<formmethod="POST"class="form-horizontal">
{% wiki_form create_form %}
{% wiki_form form %}
<divclass="form-group form-actions">
<divclass="form-group form-actions">
<divclass="col-lg-2"></div>
<divclass="col-lg-2"></div>
<divclass="col-lg-10">
<divclass="col-lg-10">
<inputtype="submit"name="save_changes"value="{% trans "Createroot"%}»"class="btn btn-primary btn-large"/>
<inputtype="submit"name="save_changes"value="{% trans "Createroot"%}»"class="btn btn-primary btn-large"/>