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:
parent
b4bb2ad13d
commit
f6f24af1f4
@ -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``
|
||||
|
Loading…
x
Reference in New Issue
Block a user