M
M
Mimobike2021-09-02 19:36:28
Django
Mimobike, 2021-09-02 19:36:28

How to create a graphic form?

Hello, I have a Table model, where there are fields by type, number of seats, location, rectangular or oval table. I need to make a form where all tables are displayed, when you click on the table, it is selected and the email input form opens. How can this be implemented, already searched everything

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey Gornostaev, 2021-09-02
@Mimobike

Django is not responsible for rendering, it just renders the markup text. Next, the layout designer's task is to turn a set of divs with certain classes into what looks like tables using css.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question