From d492c7ac51fb2535a501532cb3ecff16065f0fe3 Mon Sep 17 00:00:00 2001 From: pasta04 Date: Mon, 3 Jan 2022 17:40:15 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=95=E3=83=83=E3=82=BF=E3=83=BC=E3=82=92?= =?UTF-8?q?=E3=82=B3=E3=83=B3=E3=83=91=E3=82=AF=E3=83=88=E3=81=AB=E3=81=97?= =?UTF-8?q?=E3=81=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- tracker/templates/base.html | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/tracker/templates/base.html b/tracker/templates/base.html index b70ed66cd..cc5252eda 100644 --- a/tracker/templates/base.html +++ b/tracker/templates/base.html @@ -97,13 +97,8 @@ {% block login %}{% endblock %} {% block credits %} {% if djangoversion and pythonversion %} -
- {% blocktrans with djangoversion=djangoversion pythonversion=pythonversion %} - Running on Django with Python - {% endblocktrans %} -
{% trans "Python code by UraniumAnchor, SMK, and jdeng" %} -
{% trans "CSS by Cool Matty" %} -
{% trans "Translated By yagamuu and cma"%} +
+ {% trans "Python code by UraniumAnchor, SMK, and jdeng." %} {% trans "CSS by Cool Matty." %} {% trans "Translation by yagamuu and cma."%}
{% endif %} {% endblock %}