8.6.2 Large Inputs

master
Jason Zhu 2020-11-11 21:02:35 +11:00
parent 7c666eefa0
commit f091214d3f
1 changed files with 1 additions and 1 deletions

View File

@ -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>