Commit f6f24af1 authored by Tim Graham's avatar Tim Graham
Browse files

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

Backport of 1d0abeaf from master
parent b4bb2ad1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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``