title=forms.CharField(label=_(u'Title'),help_text=_(u'Initial title of the article. May be overridden with revision titles.'))
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'),
content=forms.CharField(label=_(u'Type in some contents'),
...
@@ -175,7 +175,7 @@ class CreateForm(forms.Form):
...
@@ -175,7 +175,7 @@ class CreateForm(forms.Form):
self.urlpath_parent=urlpath_parent
self.urlpath_parent=urlpath_parent
title=forms.CharField(label=_(u'Title'),)
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="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>
<spanclass="icon-plus"></span>
{% trans "Create article" %}
{% endif %}
</button>
</div>
{% if children %}
</form>
<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>