From 6e3bc7c3b154327cf0ca3a594220efba47172197 Mon Sep 17 00:00:00 2001 From: eric Date: Fri, 4 Mar 2022 17:14:18 -0500 Subject: [PATCH] remove meta elements from where they shouldn't be --- frontend/templates/work.html | 4 ++-- frontend/templates/worksummary.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/templates/work.html b/frontend/templates/work.html index 837a56c5..7b8b856b 100644 --- a/frontend/templates/work.html +++ b/frontend/templates/work.html @@ -107,8 +107,8 @@ {{ work.last_campaign.publisher }} {% endif %} - - + {{ work.language }} + {{ work.work.age_range }} diff --git a/frontend/templates/worksummary.html b/frontend/templates/worksummary.html index ecfdf11e..4bf96d83 100644 --- a/frontend/templates/worksummary.html +++ b/frontend/templates/worksummary.html @@ -36,8 +36,8 @@ {{ work.last_campaign.publisher }} {% endif %} - - + {{ work.language }} + {{ work.work.age_range }}