update default config

transfer some assets to bower
use font awesome for icons
create setup.py
create setup command to generate config
This commit is contained in:
Matthew Scragg 2014-09-17 16:13:10 -05:00
parent 6128d05c69
commit de3b2d66c3
33 changed files with 189 additions and 2645 deletions

View file

@ -59,9 +59,9 @@
</ul>
</li>
{% else %}
<li><a href="{{ url_for('auth.login') }}"><i class="icon-user"></i> &nbsp;Login</a></li>
<li><a href="{{ url_for('auth.login') }}"><i class="fa fa-user"></i> &nbsp;Login</a></li>
{% if config.REGISTRATION_ENABLED %}
<li><a href="{{ url_for('auth.register') }}"><i class="icon-pencil"></i> &nbsp;Register</a></li>
<li><a href="{{ url_for('auth.register') }}"><i class="fa fa-pencil"></i> &nbsp;Register</a></li>
{% endif %}
{% endif %}
</ul>