updated end to endfor

This commit is contained in:
Katy DeCorah 2013-11-03 10:27:47 -05:00
parent e70c71edd4
commit 6c12955912
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ You can now render the list of members in a template:
{{ member.name }} {{ member.name }}
</a> </a>
</li> </li>
{% end %} {% endfor %}
</ul> </ul>
{% endraw %} {% endraw %}
{% endhighlight %} {% endhighlight %}