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