Remove unused "login tips" for demo

This commit is contained in:
Lance Edgar 2019-08-04 21:52:11 -05:00
parent 222e909686
commit 287464362e

View file

@ -60,13 +60,6 @@
% else:
${self.login_form()}
% endif
## TODO: obviously should remove this
% if request.rattail_config.demo():
<p class="tips">
Login with <strong>chuck / admin</strong> for full demo access
</p>
% endif
</%def>