Don't cache object forms
This commit is contained in:
parent
d808ceebac
commit
502556e7c3
|
@ -1,7 +1,3 @@
|
|||
{% load cache %}
|
||||
|
||||
{% cache 600 object_form request.user.id form %}
|
||||
|
||||
{% include 'mixins/partials/notify.html' %}
|
||||
{% if page_title is not None %}
|
||||
<h1 class="title is-4">{{ page_title }}</h1>
|
||||
|
@ -28,5 +24,3 @@
|
|||
{% endif %}
|
||||
<button type="submit" class="button modal-close-button">Submit</button>
|
||||
</form>
|
||||
|
||||
{% endcache %}
|
Loading…
Reference in New Issue