Skip to content

Fix overlooked jquery link + remove bootstrap4#24

Merged
Kunsi merged 2 commits intoKunsi:mainfrom
pretalx:main
Oct 12, 2024
Merged

Fix overlooked jquery link + remove bootstrap4#24
Kunsi merged 2 commits intoKunsi:mainfrom
pretalx:main

Conversation

@rixx
Copy link
Copy Markdown
Collaborator

@rixx rixx commented Oct 10, 2024

pretalx is about to rip out django-bootstrap4 (which was the reason for the whole jQuery fuss), and forms can now be rendered simply with {{ form }} or {{ form.field.as_field_group }} once pretalx/pretalx#1846 is merged (hopefully today).

<title>{{ request.event.name }} room info</title>
{% compress js %}
<script src="{% static "vendored/jquery-3.1.1.js" %}"></script>
<script src="{% static "js/jquery.js" %}"></script>
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have pushed some commits that remove the need for jQuery altogether. Will merge this after the pretalx commit is merged, then remove those lines.

@rixx
Copy link
Copy Markdown
Collaborator Author

rixx commented Oct 11, 2024

pretalx/pretalx#1846 is merged!

@Kunsi Kunsi merged commit 529f7f1 into Kunsi:main Oct 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants