From 2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 3 Apr 2020 12:43:13 -0700 Subject: UI tweaks, i18n prep --- fatcat_covid19/templates/sources_zh.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 fatcat_covid19/templates/sources_zh.html (limited to 'fatcat_covid19/templates/sources_zh.html') diff --git a/fatcat_covid19/templates/sources_zh.html b/fatcat_covid19/templates/sources_zh.html new file mode 100644 index 0000000..d46ac77 --- /dev/null +++ b/fatcat_covid19/templates/sources_zh.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block title %}{{ _("Content Sources") }}{% endblock %} + +{% block body %} + +

{{ _("Sources of Content and Metadata") }}

+ +TODO + +{% endblock %} -- cgit v1.2.3