Merge pull request #1691 from katydecorah/master

updated end to endfor
This commit is contained in:
Matt Rogers 2013-11-03 07:51:07 -08:00
commit 340bf0985a
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 %}