Skip to content

Commit

Permalink
fix-permissions-adding-page (#419)
Browse files Browse the repository at this point in the history
* fix-permissions-adding-page

* Update djangocms_versioning/templates/admin/djangocms_versioning/page/change_form.html

Co-authored-by: Fabian Braun <[email protected]>

---------

Co-authored-by: Fabian Braun <[email protected]>
  • Loading branch information
jrief and fsbraun authored Jul 24, 2024
1 parent 778254f commit 3af4fc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@



<form {% if has_file_field %}enctype="multipart/form-data" {% endif %}action="?language={{ language }}{%if request.GET.parent_node %}&amp;parent_node={{ request.GET.parent_node }}{% endif %}{%if request.GET.source %}&amp;source={{ request.GET.source }}{% endif %}" method="post" id="{{ opts.model_name }}_form">
<form {% if has_file_field %}enctype="multipart/form-data" {% endif %}action="?language={{ language }}{% if request.GET.parent_page %}&amp;parent_page={{ request.GET.parent_page }}{% endif %}{# parameter `parent_node` only for django CMS 4.1 support #}{% if request.GET.parent_node %}&amp;parent_node={{ request.GET.parent_node }}{% endif %}{%if request.GET.source %}&amp;source={{ request.GET.source }}{% endif %}" method="post" id="{{ opts.model_name }}_form">
{% csrf_token %}
{% block form_top %}{% endblock %}

Expand Down

0 comments on commit 3af4fc0

Please sign in to comment.