title=forms.CharField(label=_(u'Title'),help_text=_(u'Initial title of the article. May be overridden with revision titles.'))
content=forms.CharField(label=_(u'Type in some contents'),
...
...
@@ -175,7 +175,7 @@ class CreateForm(forms.Form):
self.urlpath_parent=urlpath_parent
title=forms.CharField(label=_(u'Title'),)
slug=forms.SlugField(label=_(u'Slug'),help_text=_(u"This will be the address where your article can be found. Use only alphanumeric characters and '-' or '_'."),)
slug=forms.SlugField(label=_(u'Slug'),help_text=_(u"This will be the address where your article can be found. Use only alphanumeric characters and - or _. Note that you cannot change the slug after creating the article."),)
<pclass="lead">{% trans "You cannot delete a root article." %}</p>
<p><ahref="{% url 'wiki:get' path=urlpath.path article_id=article.id %}">{% trans "Go back" %}</a></p>
{% else %}
{% if cannot_delete_children %}
<pclass="alert alert-error"><strong>{% trans "You cannot delete this article because you do not have permission to delete articles with children. Try to remove the children manually one-by-one." %}</strong></p>
{% endif %}
{% if children %}
<pclass="lead">{% trans "You are deleting an article. This means that its children will loose their connection to the rest of the tree and moved to Lost and Found. Only do this if you know what you're doing." %}</p>
<h2>{% trans "Articles that will be orphans" %}</h2>