Fix typo.
This commit is contained in:
parent
e34c393b45
commit
895ccd09f0
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
</div>
|
||||
<div class="field">
|
||||
<label for="user_can_remove">${_('Self Removal:')}</label>
|
||||
<input type="checkbox" id="user_can_remove" name="user_can_remove" value=1"" checked="checked" />
|
||||
<input type="checkbox" id="user_can_remove" name="user_can_remove" value="1" checked="checked" />
|
||||
</div>
|
||||
<div class="field">
|
||||
<label for="prerequisite">${_('Must Belong To:')}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue