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

Add missing class to some buttons

parent 6450c66a
...@@ -69,7 +69,7 @@ ...@@ -69,7 +69,7 @@
<table> <table>
{{ form.as_table }} {{ form.as_table }}
</table> </table>
<p><input type="submit" value="{% trans "Upload" %}" /></p> <p><input type="submit" value="{% trans "Upload" %}" class="button" /></p>
</form> </form>
{% endif %} {% endif %}
</div> </div>
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
<table> <table>
{{ review_form.as_table }} {{ review_form.as_table }}
</table> </table>
<p><input type="submit" value="{% trans "Start review" %}" /></p> <p><input type="submit" value="{% trans "Start review" %}" class="button" /></p>
</form> </form>
{% endif %} {% endif %}
</div> </div>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<table> <table>
{{ autoform.as_table }} {{ autoform.as_table }}
</table> </table>
<p><input type="submit" value="{% trans "Process" %}" /></p> <p><input type="submit" value="{% trans "Process" %}" class="button" /></p>
</form> </form>
</div> </div>
{% endif %} {% endif %}
......
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