adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
125 stars 37 forks source link

Click login, but go no where #238

Closed elcolie closed 3 weeks ago

elcolie commented 3 weeks ago

Describe the bug When user try to make an appointment without login first. Then at appointment page click login, but no where to go

To Reproduce Steps to reproduce the behavior:

  1. Add service
  2. Add staff
  3. Click on proper time slot
  4. Click login

Expected behavior Website redirect to login page or register page for user.

Screenshots

image

Desktop (please complete the following information):

Additional context Add any other context about the problem here. django==5.0.8 django-appointment==3.6.3

Possible Solution

No idea yet

Can you fix the bug?

adamspd commented 3 weeks ago

Hi @elcolie,

This isn't working at the moment, so it's normal that nothing happens when you click on it. The implementation depends on how the project handles the login process with Django, so it might take me a bit of time to sort it out. However, if you're up for it, I'd be happy to review a pull request if you'd like to take a crack at it.

Adams