Skip to content
Snippets Groups Projects

Use bootstrap buttons instead of input tag.

Merged Tom Teichler requested to merge fix-buttons into master
2 files
+ 10
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -10,6 +10,8 @@
<form method="post">
{% csrf_token %}
{% bootstrap_form form %}
<input type="submit" value="Send" />
<button type="submit" class="btn btn-secondary">
{% blocktrans %}Send{% endblocktrans %}
</button>
</form>
{% endblock %}
Loading