MSTC-DA-IICT / Hacktoberfest22-E-Learn-App-Django

E-learning application in Django.
1 stars 3 forks source link

Create Registration Form #5

Open vishesh147 opened 1 year ago

vishesh147 commented 1 year ago

Create a registration form HTML template using bootstrap. Must include option to register as a teacher or student and all necessary attributes according to their models.

shruti2403 commented 1 year ago

I would like to work on this issue... (In this only the registration form is to be created, right?)

PicantaData commented 1 year ago

Yes, a registration form that allows a user to register as a student or as a teacher. Work on it!

shruti2403 commented 1 year ago

As it asks user to register as either student or teacher, So firstly proceeding with the selection page whether they want to register as student or teacher. Then depending on whether they selected student or teacher, individual forms will be opened. I have decided to approach in this way.

Any suggestions if I missed something?

On Fri, 7 Oct 2022 at 02:42, Vrishin Shah @.***> wrote:

Yes, a registration form that allows a user to register as a student or as a teacher. Could you briefly explain your idea of approach?

— Reply to this email directly, view it on GitHub https://github.com/MSTC-DA-IICT/Hacktoberfest22-E-Learn-App-Django/issues/5#issuecomment-1270704078, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWUSFBQ3SGACGNELQRMUPMTWB46EBANCNFSM6AAAAAAQ6VJZCA . You are receiving this because you commented.Message ID: <MSTC-DA-IICT/Hacktoberfest22-E-Learn-App-Django/issues/5/1270704078@ github.com>

PicantaData commented 1 year ago

Yes, you may start working on that!

ykodwani01 commented 1 year ago

Can I work on this issue if @shruti2403 is not going to continue? image Here is the registration for that I have already made.

shruti2403 commented 1 year ago

I am working on it, and it's almost ready..