mirror of
https://github.com/django/django.git
synced 2025-08-02 01:53:15 +00:00
Fixed #26375 -- Used a more generic name in a reusable template example.
This commit is contained in:
parent
39a16dd2e0
commit
1d0abeaf75
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ editing content:
|
||||||
|
|
||||||
<form action="" method="post">{% csrf_token %}
|
<form action="" method="post">{% csrf_token %}
|
||||||
{{ form.as_p }}
|
{{ form.as_p }}
|
||||||
<input type="submit" value="Create" />
|
<input type="submit" value="Save" />
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
``UpdateView``
|
``UpdateView``
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue