diff --git a/src/tjts5901/templates/auth/profile.html b/src/tjts5901/templates/auth/profile.html index cdb327f47b3541c1ad4cf7d1ae8e64b8abad0bed..76436802ec4a790a5d1e6afd3affdc47e43eb798 100644 --- a/src/tjts5901/templates/auth/profile.html +++ b/src/tjts5901/templates/auth/profile.html @@ -39,8 +39,8 @@ <div class="card-body"> <h5 class="card-title">{{ auction.title }}</h5> <p class="card-text">{{ auction.description }}</p> - <p class="card-text">Starting Bid: {{ auction.starting_bid }} €</p> - <p class="card-text">Current Price: {{ auction.current_price }} €</p> + <p class="card-text">Starting Bid: {{ auction.starting_bid|localcurrency }} €</p> + <p class="card-text">Current Price: {{ auction.current_price|localcurrency }} €</p> <p class="card-text">Starting Time: {{ auction.created_at }} </p> <p class="card-text">Closing Time: {{ auction.closes_at }} </p> </div>