Created
December 10, 2016 07:26
-
-
Save vi3k6i5/764da92b65201b2706a9e6c31b63e850 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% 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