slight UI changes

This commit is contained in:
Yusur 2021-04-02 23:52:28 +02:00
parent c7dcb5f3e9
commit 6b1c57726d
4 changed files with 10 additions and 7 deletions

View file

@ -7,9 +7,9 @@
<form>
<div>
<label for="y">Year: </label>
<label for="y">{{ T('year') }}: </label>
<input type="text" name="y" value="{{ y }}">
<input type="submit" value="Calculate">
<input type="submit" value="{{ T('calculate') }}" class="submit-quick">
</div>
</form>