Skip to content

Commit

Permalink
Add missing space in apartment price report filename
Browse files Browse the repository at this point in the history
  • Loading branch information
indigane committed Sep 17, 2024
1 parent db92399 commit 5209eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/hitas/views/apartment.py
Original file line number Diff line number Diff line change
Expand Up @@ -996,7 +996,7 @@ def download_latest_confirmed_prices(self, request, **kwargs) -> HttpResponse:

filename = (
f"Laskelma {mpc.apartment.housing_company.display_name}"
f"{mpc.apartment.stair} {mpc.apartment.apartment_number}.pdf"
f" {mpc.apartment.stair} {mpc.apartment.apartment_number}.pdf"
)
context = {
"maximum_price_calculation": mpc,
Expand Down

0 comments on commit 5209eee

Please sign in to comment.