slight UI changes
This commit is contained in:
parent
c7dcb5f3e9
commit
6b1c57726d
4 changed files with 10 additions and 7 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue