Skip to content

Commit 20e436d

Browse files
committed
Fix README
1 parent 1b15b75 commit 20e436d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Use in templates
2828
{% csrf_token %}
2929
{{ form|as_bootstrap }}
3030
<div class="form-actions">
31-
<button type="submit" class="btn primary">Submit</button>
31+
<button type="submit" class="btn btn-primary">Submit</button>
3232
</div>
3333
</form>
3434

@@ -38,7 +38,7 @@ Use in templates
3838
{% csrf_token %}
3939
{% bootstrap_form form layout="vertical" %}
4040
<div class="form-actions">
41-
<button type="submit" class="btn primary">Submit</button>
41+
<button type="submit" class="btn btn-primary">Submit</button>
4242
</div>
4343
</form>
4444

0 commit comments

Comments
 (0)