Skip to content

Commit

Permalink
Removed images in the sidebar on the news pages.
Browse files Browse the repository at this point in the history
These images appeared out of context when shown at the side of the top news
article.
  • Loading branch information
avian2 committed May 13, 2014
1 parent 1c8fb21 commit 31b7e21
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 0 additions & 2 deletions intranet/templates/www/flatpage_wrapper.html
Expand Up @@ -22,8 +22,6 @@ <h2>{% block title %}{% endblock %}</h2>

<div class="span3 promoimages">
{% block promo %}
<a href="http://www.flickr.com/photos/kiberpipa/sets/72157623795093646/with/4499659213/"><img src="{{ settings.STATIC_URL }}www/images/promo/pot_ob_zici.jpg" alt="" title="Kiberpipa - pot ob žici, maj 2008"></a>
<a href="http://www.flickr.com/photos/kiberpipa/sets/72157623795093646/with/4499659213/"><img src="{{ settings.STATIC_URL }}www/images/promo/majica.jpg" alt="" title="Kiberpipa - pot ob žici, maj 2008"></a>
{% endblock %}
</div>
</div>
Expand Down
5 changes: 5 additions & 0 deletions intranet/templates/www/press.html
Expand Up @@ -32,3 +32,8 @@ <h4 class="about">{% trans "Text about Kiberpipa" %}</h4>
{% endblock %}

{% endblock %}

{% block promo %}
<a href="http://www.flickr.com/photos/kiberpipa/sets/72157623795093646/with/4499659213/"><img src="{{ settings.STATIC_URL }}www/images/promo/pot_ob_zici.jpg" alt="" title="Kiberpipa - pot ob žici, maj 2008"></a>
<a href="http://www.flickr.com/photos/kiberpipa/sets/72157623795093646/with/4499659213/"><img src="{{ settings.STATIC_URL }}www/images/promo/majica.jpg" alt="" title="Kiberpipa - pot ob žici, maj 2008"></a>
{% endblock promo %}

0 comments on commit 31b7e21

Please sign in to comment.