Advertisement
Guest User

HTML Icon Reference

a guest
Jun 22nd, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.15 KB | None | 0 0
  1. {% if maplayer.icon == "" %}
  2. {% endif %}
  3. {% if maplayer.icon %}
  4.     <img src="{{ STATIC_URL }}images/AssetIcons/{{ maplayer.icon }}.png"><br>
  5. {% endif %}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement