forked from rc/aircox
work on theme and translations
This commit is contained in:
@ -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" %}">
|
||||
|
@ -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" %}"
|
||||
|
Reference in New Issue
Block a user