Skip to content

Commit

Permalink
Update place-detail-survey.html
Browse files Browse the repository at this point in the history
Add configurable help test to survey form fields
  • Loading branch information
mjumbewu committed Jan 29, 2014
1 parent b844805 commit 501e7d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/sa_web/jstemplates/place-detail-survey.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,10 @@ <h4 class="reply-header">{{ title }}</h4>
</select>
{{/is_select}}
</div>

{{#if help_text }}
<div class="help-text place-{{ name }}-help-text">{{ help_text }}</div>
{{/if}}
</div>

{{/survey_config.items}}
Expand Down

0 comments on commit 501e7d3

Please sign in to comment.