disqus / gargoyle

Feature switches in Django
http://engineering.disqus.com
Apache License 2.0
748 stars 112 forks source link

Fix bug in ifswitch docs (endif -> endifswitch) #15

Closed gabrielgrant closed 13 years ago

gabrielgrant commented 13 years ago

Using endif results in a TemplateSyntaxError during rendering (Invalid block tag: 'endif', expected 'endifswitch') since the tag is supposed to be closed by endifswitch (see https://github.com/disqus/gargoyle/blob/master/gargoyle/templatetags/gargoyle_tags.py#L22)