Skip to content

Commit e12076b

Browse files
committed
Change form to use UL
1 parent da164cf commit e12076b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/community_db/templates/community_db/person_form_in_base.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
<br>
55
<form method="POST">
66
{% csrf_token %}
7-
{{ form.as_p }}
7+
<table>
8+
{{ form.as_ul }}
9+
</table>
810
<input type="submit">
911
</form>
1012
{% endblock %}

0 commit comments

Comments
 (0)