8.6.2 Large Inputs
parent
7c666eefa0
commit
f091214d3f
|
@ -15,7 +15,7 @@
|
|||
<div class="text-center">
|
||||
<h1>{% block header_text %}{% endblock %}</h1>
|
||||
<form method="POST" action="{% block form_action %}{% endblock %}">
|
||||
<input name="item_text" id="id_new_item" placeholder="Enter a to-do item" />
|
||||
<input name="item_text" id="id_new_item" class="form-control input-lg" placeholder="Enter a to-do item" />
|
||||
{% csrf_token %}
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue