Click <ahref="${reverse("wiki_create",args=[wiki_url])}">here</a> to create it.
Click <ahref="${reverse("wiki_create",args=[wiki_url])}">here</a> to create it.
</p>
</p>
%else:
%else:
<p>
<p>
Or maybe rather: Congratulations! It seems that there's no root
Or maybe rather: Congratulations! It seems that there's no root
article, which is probably because you just installed simple-wiki
article, which is probably because you just installed simple-wiki
and your installation is working. Now you can create the root article.
and your installation is working. Now you can create the root article.
Click <ahref="{% url wiki_create ""%}">here</a> to create it.
Click <ahref="{% url wiki_create ""%}">here</a> to create it.
</p>
</p>
%endif
%endif
%else:
%else:
%if wiki_err_noparent is not UNDEFINED:
%if wiki_err_noparent is not UNDEFINED:
<p>
<p>
You cannot create this page, because its parent
You cannot create this page, because its parent
does not exist. Click <ahref="${reverse("wiki_create",args=[wiki_url_parent])}">here</a>
does not exist. Click <ahref="${reverse("wiki_create",args=[wiki_url_parent])}">here</a>
to create it.
to create it.
</p>
</p>
%else:
%if wiki_err_keyword is not UNDEFINED:
<p>
The page you're trying to create <b>${wiki_url}</b> starts with <b>_</b>, which is reserved for internal use.
</p>
%else:
%else:
%if wiki_err_keyword is not UNDEFINED and wiki_err_keyword:
%if wiki_err_locked is not UNDEFINED:
<p>
<p>
The page you're trying to create <b>${wiki_url}</b> starts with <b>_</b>, which is reserved for internal use.
The article you are trying to modify is locked.
</p>
</p>
%elif wiki_err_locked is not UNDEFINED and wiki_err_locked:
%else:
<p>
The article you are trying to modify is locked.
%if wiki_err_noread is not UNDEFINED:
</p>
<p>
%elif wiki_err_noread is not UNDEFINED and wiki_err_noread:
You do not have access to read this article.
<p>
</p>
You do not have access to read this article.
%else:
</p>
%elif wiki_err_nowrite is not UNDEFINED and wiki_err_nowrite:
%if wiki_err_nowrite is not UNDEFINED:
<p>
<p>
You do not have access to edit this article.
You do not have access to edit this article.
</p>
</p>
%elif wiki_err_noanon is not UNDEFINED and wiki_err_noanon:
%else:
<p>
Anonymous attachments are not allowed. Try logging in.
%if wiki_err_noanon is not UNDEFINED:
</p>
<p>
%elif wiki_err_create is not UNDEFINED and wiki_err_create:
Anonymous attachments are not allowed. Try logging in.
<p>
</p>
You do not have access to create this article.
%else:
</p>
%elif wiki_err_encode is not UNDEFINED and wiki_err_encode:
%if wiki_err_create is not UNDEFINED:
<p>
<p>
The url you requested could not be handled by the wiki.
You do not have access to create this article.
Probably you used a bad character in the URL.
</p>
Only use digits, English letters, underscore and dash. For instance
/wiki/An_Article-1
</p>
%elif wiki_err_deleted is not UNDEFINED and wiki_err_deleted:
<p>
The article you tried to access has been deleted. You may be able to restore it to an earlier version in <ahref="${reverse("wiki_history",args=[wiki_article.get_url(),1])}">history</a>, or create a new version <ahref="${reverse("wiki_edit",args=[wiki_article.get_url()])}">edit</a>.
</p>
%else:
%else:
<p>
%if wiki_err_encode is not UNDEFINED:
An error has occured.
<p>
</p>
The url you requested could not be handled by the wiki.
Probably you used a bad character in the URL.
Only use digits, English letters, underscore and dash. For instance