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 %}