Skip to content
This repository has been archived by the owner on Nov 15, 2024. It is now read-only.

Commit

Permalink
Merge branch 'fix/social-storage-package' into 'main'
Browse files Browse the repository at this point in the history
🐛 updated package version to the correct git commit

See merge request lbb/lbb!655
  • Loading branch information
Sylvain Touret committed Nov 14, 2022
2 parents 0d2a01c + b455913 commit e6f34ff
Show file tree
Hide file tree
Showing 3 changed files with 692 additions and 708 deletions.
2 changes: 1 addition & 1 deletion labonneboite/web/search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@ def entreprises():
if not form.validate() or job_doesnt_exist:
log_search_activity(activity_log_properties)
form.set_auto_focus_on_searched_job()
return render_template(template, job_doesnt_exist=job_doesnt_exist, form=form)
return render_template(template, job_doesnt_exist=job_doesnt_exist, company_count=0, form=form)

# Convert request arguments to fetcher parameters
parameters = get_parameters(args)
Expand Down
Loading

0 comments on commit e6f34ff

Please sign in to comment.