Skip to content

Commit

Permalink
use full file path
Browse files Browse the repository at this point in the history
  • Loading branch information
psweeting1 authored and willc-work committed Jan 9, 2025
1 parent 23023c2 commit e1028ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fala/apps/adviser/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from .forms import AdviserSearchForm, AdviserRootForm, SingleCategorySearchForm
from fala.apps.adviser.regions import Region
from django.shortcuts import redirect
from common.states import EnglandOrWalesState, OtherJurisdictionState, ErrorState, SingleSearchErrorState
from fala.common.states import EnglandOrWalesState, OtherJurisdictionState, ErrorState, SingleSearchErrorState
from fala.apps.constants.category_manager import CategoryManager
from fala.apps.constants.category_messages import CATEGORY_MESSAGES

Expand Down

0 comments on commit e1028ab

Please sign in to comment.