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

primary btn there as well

parent be299c1b
......@@ -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 %}
......
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