Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
Added help text to keywords form on app submission (bug 1118539)
Browse files Browse the repository at this point in the history
  • Loading branch information
robhudson committed Mar 6, 2015
1 parent 5a3e11b commit 66dd43c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions mkt/submit/templates/submit/details.html
Expand Up @@ -104,6 +104,10 @@ <h2 class="output">{{ addon.name }}</h2>
</label>
<span class="hint-inline">{{ _('Enter as comma-separated words and/or phrases. {0} keywords maximum.'|f(mkt.MAX_TAGS)) }}</span>
{{ form_basic.tags.as_widget() }}
<span class="hint">
{{ form_basic.tags.help_text }}
</span>

{{ form_basic.tags.errors }}
</div>

Expand Down

0 comments on commit 66dd43c

Please sign in to comment.