parent
adb54d77db
commit
235f680df9
7 changed files with 27 additions and 4 deletions
@ -1,9 +1,22 @@ |
||||
{% load static %} |
||||
{% load template_filters %} |
||||
|
||||
<div class="abn"> |
||||
{% if False|random3 == 1 %} |
||||
<a target="_blank" href="/redirect/redirect/31/"><img src="{% static 'client/img/partners/expomap-seminars-01.jpg' %}" alt="" /></a> |
||||
{% else %} |
||||
{% if False|random3 == 2 %} |
||||
<a target="_blank" href="/redirect/redirect/32/"><img src="{% static 'client/img/partners/expomap-seminars-02.gif' %}" alt="" /></a> |
||||
{% else %} |
||||
<a target="_blank" href="/redirect/redirect/33/"><img src="{% static 'client/img/partners/expomap-seminars-03.gif' %}" alt="" /></a> |
||||
{% endif %} |
||||
{% endif %} |
||||
|
||||
{% comment %} |
||||
{% if False|fourth %} |
||||
<a target="_blank" href="/redirect/redirect/21/"><img src="{% static 'client/img/partners/unnamed.gif' %}" alt="" /></a> |
||||
{% else %} |
||||
<a target="_blank" href="/redirect/redirect/23/"><img src="{% static 'client/img/partners/unnamed_1.gif' %}" alt="" /></a> |
||||
{% endif %} |
||||
{% endcomment %} |
||||
</div> |
||||
|
After Width: | Height: | Size: 75 KiB |
|
After Width: | Height: | Size: 37 KiB |
|
After Width: | Height: | Size: 78 KiB |
Loading…
Reference in new issue