diff --git a/py-kms/templates/base.html b/py-kms/templates/base.html index f64588d..dd60016 100644 --- a/py-kms/templates/base.html +++ b/py-kms/templates/base.html @@ -3,7 +3,8 @@ py-kms {% block title %}{% endblock %} - + + + +
{% block content %}{% endblock %} @@ -39,7 +50,7 @@

py-kms is online since {{ start_time }}. - This instance was accessed {{ get_serve_count() }} times. View this softwares license here. + This instance was accessed {{ get_serve_count() }} times. View this software's license here. {% if version_info %}
This instance is running version "{{ version_info['hash'] }}" from branch "{{ version_info['branch'] }}" of py-kms. {% endif %} @@ -47,10 +58,15 @@

+ + + - \ No newline at end of file +