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

Properly style buttons in dictionary

parent 829825b3
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<table> <table>
{{ form.as_table }} {{ form.as_table }}
</table> </table>
<input type="submit" value="{% trans "Add" %}" /> <input type="submit" class="button" value="{% trans "Add" %}" />
</form> </form>
</div> </div>
...@@ -103,7 +103,7 @@ ...@@ -103,7 +103,7 @@
<table> <table>
{{ uploadform.as_table }} {{ uploadform.as_table }}
</table> </table>
<input type="submit" value="{% trans "Import" %}" /> <input type="submit" class="button" value="{% trans "Import" %}" />
</form> </form>
</div> </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