Commit b2e6bb90 authored by Michal Čihař's avatar Michal Čihař

Properly style buttons in dictionary

parent 829825b3
......@@ -87,7 +87,7 @@
<table>
{{ form.as_table }}
</table>
<input type="submit" value="{% trans "Add" %}" />
<input type="submit" class="button" value="{% trans "Add" %}" />
</form>
</div>
......@@ -103,7 +103,7 @@
<table>
{{ uploadform.as_table }}
</table>
<input type="submit" value="{% trans "Import" %}" />
<input type="submit" class="button" value="{% trans "Import" %}" />
</form>
</div>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment