[birds] Add birding location scrobbling
This commit is contained in:
@ -977,6 +977,7 @@ class ScrobbleDetailView(DetailView):
|
||||
"LifeEvent": "life_event",
|
||||
"Mood": "mood",
|
||||
"BrickSet": "brick_set",
|
||||
"BirdingLocation": "birding_location",
|
||||
}
|
||||
|
||||
def get_context_data(self, **kwargs):
|
||||
@ -1197,6 +1198,7 @@ class ScrobbleSearchView(LoginRequiredMixin, TemplateView):
|
||||
"LifeEvent": ["life_event__title", "life_event__description"],
|
||||
"Mood": ["mood__title", "mood__description"],
|
||||
"BrickSet": ["brick_set__title", None],
|
||||
"BirdingLocation": ["birding_location__title", "birding_location__description"],
|
||||
}
|
||||
|
||||
def get(self, request, *args, **kwargs):
|
||||
|
||||
Reference in New Issue
Block a user