Skip to content

Commit

Permalink
Use explicit customer full name
Browse files Browse the repository at this point in the history
  • Loading branch information
mhieta committed Sep 7, 2023
1 parent ce6c16b commit 8fcd883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parking_permits/templates/emails/_permit_info.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p>
{% translate "Order info" %}: <br>
{{ permit.get_type_display }} <br>
{{ permit.customer }} <br>
{{ permit.customer.full_name }} <br>
{% translate "Address" %}: {{ permit.address }} <br>
{% translate "Area" %}: {{ permit.parking_zone.name }} <br>
{% translate "Vehicle" %}: {{ permit.vehicle }} <br>
Expand Down

0 comments on commit 8fcd883

Please sign in to comment.