Skip to content

Commit

Permalink
fix(tickets): 500 on admin_accommodation_view
Browse files Browse the repository at this point in the history
  • Loading branch information
japsu committed Apr 22, 2023
1 parent c8fe64c commit 9bb105e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tickets/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1259,7 +1259,7 @@ def row_css_class(self):
return "success" if self.is_present else ""

def get_presence_form(self):
from .forms import AccommodationPresenceForm
from ..forms import AccommodationPresenceForm

return AccommodationPresenceForm(instance=self)

Expand Down

0 comments on commit 9bb105e

Please sign in to comment.