From 37804945903b2cacb0cc023b301cf3bd1cfa14d4 Mon Sep 17 00:00:00 2001 From: Benjamin M Date: Thu, 21 May 2020 10:30:35 -0400 Subject: [PATCH] Add CSS style to fix #475 Added CSS inside head Moved CSS style to template Moved changes and used css override Added double curly brackets for template rendering put the CSS override in the top template, quality_checks.html Removed excess brackets Clean up ignored files Restored deleted file Restored readme --- pootle/templates/help/quality_checks.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pootle/templates/help/quality_checks.html b/pootle/templates/help/quality_checks.html index 2ed1bb3e2b..585f6106c7 100644 --- a/pootle/templates/help/quality_checks.html +++ b/pootle/templates/help/quality_checks.html @@ -3,6 +3,16 @@ {% block header_block %}{% endblock %} +{% block css_overrides %} + +{% endblock css_overrides %} + {% block content %}