diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 12:43:13 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-04-03 12:43:13 -0700 |
commit | 2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2 (patch) | |
tree | 3cdfe702dd76b693bc3d9064a23cf7b7532e8404 /fatcat_covid19/templates/sources_zh.html | |
parent | c76aedc347e2e180fd4c8d7f40e0db29fcb81a3f (diff) | |
download | fatcat-covid19-2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2.tar.gz fatcat-covid19-2ec0dfcdefb954d9232a0025cafbf1cc426ae7c2.zip |
UI tweaks, i18n prep
Diffstat (limited to 'fatcat_covid19/templates/sources_zh.html')
-rw-r--r-- | fatcat_covid19/templates/sources_zh.html | 11 |
1 files changed, 11 insertions, 0 deletions
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 %} + +<h1>{{ _("Sources of Content and Metadata") }}</h1> + +TODO + +{% endblock %} |