- <label for="rights">{% trans "Rights" %}</label>
- {{ form.rights.errors }}
- <select class="form-control" name="rights" id="rights"
- data-toggle="tutorial" data-tutorial="2" data-placement="bottom"
- data-content="{% trans 'You should choose a free license for your resource. We recommend using Creative Commons Attribution - Share Alike.' %}"
- >
- <option value=''>–</option>
- <option name='pd'
- data-help="{% trans 'Only set for resources that are not restricted with copyright.' %}"
- >{% trans "public domain" %}</option>
- <option name='cc-by'
- data-help="{% trans "Non-copyleft free culture license. See <a target='_blank' href='//creativecommons.org/choose/'>creativecommons.org</a>" %}"
- >{% trans "Creative Commons Attribution" %}</option>
- <option name='cc-by-sa'
- data-help="{% trans "Copyleft free culture license. See <a target='_blank' href='//creativecommons.org/choose/'>creativecommons.org</a>" %}"
- >{% trans "Creative Commons Attribution – Share Alike" %}</option>
- <option name='fal'
- data-help="{% trans "Copyleft free culture license. See <a target='_blank' href='http://artlibre.org/'>artlibre.org</a>" %}"
- >{% trans "Free Art License" %}</option>
- </select>
- <div class="help-text" style="text-align: right;"></div>
- <label for="audience">{% trans "Audience" %}</label>
- {{ form.audience.errors }}
- <select class="form-control" name="audience" id="audience"
- data-toggle="tutorial" data-tutorial="3" data-placement="bottom"
- data-content="{% trans 'Choose primary audience for your resource.' %}"
- >
- <option>3-6</option>
- <option>6-9</option>
- <option>9-12</option>
- <option>12-18</option>
- <option>18+</option>
- <option>Adults</option>
- </select>