From a4038cee50d88f6f6636eb5819a88b223e7e4073 Mon Sep 17 00:00:00 2001
From: Vic Wong {% trans %}Refresh the song list:{% endtrans %}{# MSG: Title text for the server settings section
@@ -264,7 +264,7 @@ {% trans %}Updates{% endtrans %}
{% trans %}Updates{% endtrans %}
The current installed version is: "{{ youtubedl_version }}"{% endtrans %}
{% trans logout_url=url_for('logout') -%} +
{% trans logout_url=url_for('admin.logout') -%} Disable admin mode: Log out {%- endtrans %}
{% endif %} {% else %} {# from if admin #} {# MSG: Link which will let the user log into admin mode. #} -{% trans login_url=url_for('login') %} +
{% trans login_url=url_for('admin.login') %} Enable admin mode: Log in {% endtrans %}
{% endif %} diff --git a/pikaraoke/templates/login.html b/pikaraoke/templates/login.html index 49c268fb..79468c6d 100644 --- a/pikaraoke/templates/login.html +++ b/pikaraoke/templates/login.html @@ -24,7 +24,7 @@{% trans %}Enter the administrator password{% endtrans %}
-