﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26375	"Docs: since author_form.html gets used by CreateView and UpdateView, the button should be be called ""Create"""	Thomas Güttler	nobody	"https://docs.djangoproject.com/en/1.9/ref/class-based-views/generic-editing/#createview

The author_form.html snippet from above url:
{{{
<form action="""" method=""post"">{% csrf_token %}
    {{ form.as_p }}
    <input type=""submit"" value=""Create"" />
</form>
}}}

From this page  https://docs.djangoproject.com/en/1.9/topics/class-based-views/generic-editing/: 

{{{
CreateView and UpdateView use myapp/author_form.html
}}}

Conclusion: the button should not be called ""Create"". Maybe ""Save"" would fit better.
"	Cleanup/optimization	closed	Documentation	1.9	Normal	fixed			Unreviewed	0	0	0	0	0	0
