diff --git a/dashboard/templates/dashboard/child_button_group.html b/dashboard/templates/dashboard/child_button_group.html index 0de77583..eaf99695 100644 --- a/dashboard/templates/dashboard/child_button_group.html +++ b/dashboard/templates/dashboard/child_button_group.html @@ -1,6 +1,6 @@ {% load i18n %} -
- {% trans "Born" %} {{ object.birth_date }}
- {% trans "Age" %} {{ object.birth_date|timesince }}
-
+ {% trans "Born" %} {{ object.birth_date }}
+ {% trans "Age" %} {{ object.birth_date|timesince }}
+