work on theme and translations

This commit is contained in:
bkfox
2017-12-14 15:56:40 +01:00
parent 01325a258a
commit 9ad47b795a
11 changed files with 738 additions and 794 deletions

View File

@ -3,7 +3,7 @@
{% load static %}
{% block title %}
{% trans "Monitoring streamer" %}
{% trans "Streamer monitor" %}
{% endblock %}
{% block content %}
@ -109,7 +109,7 @@ Monitor.update(50000);
</script>
<header>
<h1>{% trans "Monitor Streamer" %}</h1>
<h1>{% trans "Streamer monitor" %}</h1>
<input type="button" onclick="Monitor.update();"
value="{% trans "refresh" %}">

View File

@ -15,7 +15,7 @@
{# TODO here #}
<form action="?" method="GET">
Go to this date:
{% trans "Go to this date:" %}
<input name="day" type="number" placeholder="{% trans "day" %}"
value="{{ statistics.0.date.day }}"></input>
<input name="month" type="number" placeholder="{% trans "month" %}"