diff --git a/nummi/main/templates/main/index.html b/nummi/main/templates/main/index.html index c5b457b..1c278b0 100644 --- a/nummi/main/templates/main/index.html +++ b/nummi/main/templates/main/index.html @@ -27,7 +27,9 @@ {{ acc }} - {{ acc.statement_set.first.value|value }} + + {% if acc.statement_set.first %}{{ acc.statement_set.first.value|value }}{% endif %} + {% translate "Edit" %}