hfaran / slack-export-viewer

A Slack Export archive viewer that allows you to easily view and share your Slack team's export
https://pypi.python.org/pypi/slack-export-viewer
MIT License
908 stars 192 forks source link

Fix typo in no_sidebar template variable name #99

Closed karlding closed 5 years ago

karlding commented 5 years ago

When the --no-sidebar flag was added, we accidentally were using the wrong template parameter in the template views. As such, the sidebar would never show up due to a typo. This changes the template variable to no_sidebar and inverts the condition, instead of the erroneous show_sidebar.