8000 fix: Remove need for timeout to close modal by fsbraun · Pull Request #8183 · django-cms/django-cms · GitHub
[go: up one dir, main page]

Skip to content

fix: Remove need for timeout to close modal #8183

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Mar 26, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove unneded template tags
  • Loading branch information
fsbraun committed Mar 20, 2025
commit aa2a7c7584bce9def3696182699c26463949f63c
2 changes: 1 addition & 1 deletion cms/templates/admin/cms/page/close_frame.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load i18n l10n static cms_static %}{% spaceless %}
{% spaceless %}
<!DOCTYPE html><html>
<body class="cms-close-frame">
{# trick for cms to understand that the plugin was actually correctly saved #}
Expand Down
0