1
0
mirror of https://github.com/django/django.git synced 2025-07-19 09:09:13 +00:00

[1.9.x] Fixed #26375 -- Used a more generic name in a reusable template example.

Backport of 1d0abeaf757518808aabe9c85a2beaaa340fbc43 from master
This commit is contained in:
Tim Graham 2016-03-18 11:37:20 -04:00
parent b4bb2ad13d
commit f6f24af1f4

View File

@ -132,7 +132,7 @@ editing content:
<form action="" method="post">{% csrf_token %}
{{ form.as_p }}
<input type="submit" value="Create" />
<input type="submit" value="Save" />
</form>
``UpdateView``