How to create a simple modal window form with Django and JqueryUI and communicate via Ajax Part 2

Hello, this is a follow-up to this article.

In the previous article, we showed how to create a modal window with AJAX using Django and jQueryUI. However, while jQueryUI is easy to implement, its visual design is outdated for modern web development.

To achieve a more current look, the CSS needs to be updated.

The CSS I am going to introduce is designed similarly to this blog of ours, in this article.

If any users want to use this design as a reference, please refer to the CSS we will introduce. While some may think they can design it better than me, please forgive my poor taste in design!

I have placed this repository in this branch of the same repository as the previous article. For your reference, happy coding!