~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlmaps/index.html

  • Committer: franku
  • Date: 2018-11-22 11:08:51 UTC
  • Revision ID: somal@arcor.de-20181122110851-77riof0o4dx2zcm6
split user uploaded content from static content

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
{% load threadedcommentstags %}
9
9
{% load pagination_tags %}
10
10
{% load ratings %}
 
11
{% load static %}
11
12
 
12
13
{% block content_header %}
13
14
        <h1>Maps</h1>
82
83
                                                <td class="spacer"></td>
83
84
                                                <td colspan="2">
84
85
                                                        <a class="button" href="{% url 'wlmaps_download' map.slug %}">
85
 
                                                                <img src="{{ MEDIA_URL }}img/arrow_down_short.png" alt ="" class="middle" />
 
86
                                                                <img src="{% static 'img/arrow_down_short.png' %}" alt ="" class="middle" />
86
87
                                                                <span class="middle">Direct Download</span>
87
88
                                                        </a>
88
89
                                                </td>