Browse Source

Fixed #26375 -- Used a more generic name in a reusable template example.

Tim Graham 9 years ago
parent
commit
1d0abeaf75
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/ref/class-based-views/generic-editing.txt

+ 1 - 1
docs/ref/class-based-views/generic-editing.txt

@@ -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``