Skip to content

Instantly share code, notes, and snippets.

@vi3k6i5
Created December 10, 2016 07:26
Show Gist options
  • Save vi3k6i5/764da92b65201b2706a9e6c31b63e850 to your computer and use it in GitHub Desktop.
Save vi3k6i5/764da92b65201b2706a9e6c31b63e850 to your computer and use it in GitHub Desktop.
{% for form in form_list %}
<div class="form-group">
<label for="id_video_{{ forloop.counter }}">Video {{ forloop.counter }}:</label>
{{ form.video_link }}
</div>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment