diff --git a/contracts/templates/contracts/view_contract.html b/contracts/templates/contracts/view_contract.html index 8165cef52febda514d813fc505339b35baefe265..1c6d6317dc3bfa34ff51cd4816532d820b86e0fb 100644 --- a/contracts/templates/contracts/view_contract.html +++ b/contracts/templates/contracts/view_contract.html @@ -105,7 +105,7 @@ {% if contract.cost_unit == contract.CostUnits.TOTAL %} celkem {% elif contract.cost_unit == contract.CostUnits.OTHER %} - {{ contract.cost_unit_other }} + / {{ contract.cost_unit_other }} {% else %} / {{ contract.get_cost_unit_display.lower }} {% endif %}