icons changed

This commit is contained in:
mridulnagpal 2016-12-07 17:24:05 +05:30 committed by James Valleroy
parent 70a858597a
commit 2c721f6f73
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -19,6 +19,7 @@
{% endcomment %} {% endcomment %}
{% load i18n %} {% load i18n %}
{% load static %}
{% block icons %} {% block icons %}
@ -37,8 +38,7 @@
<a href="{{ shortcut.url }}"> <a href="{{ shortcut.url }}">
{% endif %} {% endif %}
<center> <center>
<span class="{{ shortcut.icon }} glyphicon" <img src="{% static 'theme/icons/' %}{{ shortcut.id }}.png" style="max-width: 100px; height: 100px"/>
style="font-size: 300%"></span>
<br> <br>
{{ shortcut.label }} {{ shortcut.label }}
</center> </center>