{% 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>
<h2class="page-header">{% trans "Root article" %}</h2>
<formmethod="POST"class="form-horizontal">
{% wiki_form create_form %}
{% wiki_form form %}
<divclass="form-group form-actions">
<divclass="col-lg-2"></div>
<divclass="col-lg-10">
<inputtype="submit"name="save_changes"value="{% trans "Createroot"%}»"class="btn btn-primary btn-large"/>
@@ -190,15 +190,15 @@ class Delete(FormView, ArticleMixin):
self.article.add_revision(revision)
messages.success(self.request,_(u'The article "%s" is now marked as deleted! Thanks for keeping the site free from unwanted material!')%revision.title)