Merged in a html typo fix from rcross@amsl.com.

- Legacy-Id: 18694
This commit is contained in:
Henrik Levkowetz 2020-11-14 06:19:46 +00:00
parent aed1e9eb74
commit 49f6f8961e

View file

@ -17,7 +17,7 @@
<form enctype="multipart/form-data" action="" method="post" id="rolodex-edit-form">{% csrf_token %}
<div class="module">
<h2>Rolodex - Edit</h2>
<table id="rolodex-edit-table" class="full-width amstable"">
<table id="rolodex-edit-table" class="full-width amstable">
{{ person_form.as_table }}
</table>