[#1681] add chal.description on creation form

This commit is contained in:
Tyler Renelle 2013-10-31 10:46:25 -07:00
parent 8b1ef412b2
commit 6c63608f83

View file

@ -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')