We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed1e9e commit 49f6f89Copy full SHA for 49f6f89
1 file changed
ietf/secr/templates/rolodex/edit.html
@@ -17,7 +17,7 @@
17
<form enctype="multipart/form-data" action="" method="post" id="rolodex-edit-form">{% csrf_token %}
18
<div class="module">
19
<h2>Rolodex - Edit</h2>
20
- <table id="rolodex-edit-table" class="full-width amstable"">
+ <table id="rolodex-edit-table" class="full-width amstable">
21
{{ person_form.as_table }}
22
</table>
23
0 commit comments