diff options
Diffstat (limited to 'fatcat_covid19/templates/sources_de.html')
-rw-r--r-- | fatcat_covid19/templates/sources_de.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/fatcat_covid19/templates/sources_de.html b/fatcat_covid19/templates/sources_de.html new file mode 100644 index 0000000..67f2975 --- /dev/null +++ b/fatcat_covid19/templates/sources_de.html @@ -0,0 +1,11 @@ +{% extends "base.html" %} + +{% block title %}{{ _("Content Sources") }}{% endblock %} + +{% block body %} + +<h1>{{ _("Content Sources") }}</h1> + +TODO + +{% endblock %} |