Auto-create slug on New TaskList
This commit is contained in:
parent
4e8960c12f
commit
bb463f3974
3 changed files with 6 additions and 9 deletions
|
@ -13,12 +13,6 @@
|
|||
<input type="text" class="form-control" id="id_name" name="name" aria-describedby="inputNameHelp" placeholder="">
|
||||
<small id="inputNameHelp" class="form-text text-muted">The full display name for this list.</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="id_slug">Slug</label>
|
||||
<input type="text" class="form-control" id="id_slug" name="slug" aria-describedby="inputSlugHelp" placeholder="">
|
||||
<small id="inputSlugHelp" class="form-text text-muted">
|
||||
To be used in URL for this list e.g. 'ux-tasks'. All lowercase, no spaces.</small>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="id_group">Group</label>
|
||||
{{form.group}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue