Skip to content

Commit

Permalink
update import path from edc-dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
erikvw committed Mar 27, 2024
1 parent 1dd7920 commit f4750a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edc_pharmacy/admin/model_admin_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from django_audit_fields.admin import ModelAdminAuditFieldsMixin
from django_revision.modeladmin_mixin import ModelAdminRevisionMixin
from edc_appointment.models import Appointment
from edc_dashboard import url_names
from edc_dashboard.url_names import url_names
from edc_model_admin.mixins import (
ModelAdminFormAutoNumberMixin,
ModelAdminFormInstructionsMixin,
Expand Down

0 comments on commit f4750a9

Please sign in to comment.