mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-01 19:50:37 +00:00
[#1681] add chal.description on creation form
This commit is contained in:
parent
8b1ef412b2
commit
6c63608f83
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@ script(type='text/ng-template', id='partials/options.challenges.html')
|
|||
select(ng-model='newChallenge.group', ng-required='required', name='Group', ng-options='g._id as g.name for g in groups')
|
||||
.challenge-options
|
||||
input.option-content(type='text', ng-model='newChallenge.name', placeholder='Challenge Title', required='required')
|
||||
textarea.option-content(cols='3', placeholder='Description', ng-model='newChallenge.description')
|
||||
|
||||
habitrpg-tasks(main=false, obj='newChallenge')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue