Commit 36800a27 authored by Mark Otto's avatar Mark Otto
Browse files

primary btn there as well

parent be299c1b
Showing with 1 addition and 1 deletion
+1 -1
......@@ -79,7 +79,7 @@ Remember, since Bootstrap utilizies the HTML5 doctype, **all inputs must have a
<input type="checkbox"> Check me out
</label>
</div>
<button type="submit" class="btn btn-secondary">Submit</button>
<button type="submit" class="btn btn-primary">Submit</button>
</form>
{% endexample %}
......
Supports Markdown
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