~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlmaps/map_detail.html

merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
{% endif %}
35
35
{% endblock %}
36
36
 
37
 
{% block content %}
38
 
<h1>Map: {{ map.name }}</h1>
 
37
{% block content_header %}
 
38
    <h1>Map: {{ map.name }}</h1>
 
39
{% endblock %}
 
40
{% block content_main %}
39
41
<div class="blogEntry" style="padding-bottom: 3em">
40
42
        <div>
41
43
                <a href="{% url 'wlmaps_index' %}">Maps</a> &#187; {{ map.name }}
125
127
        
126
128
        <div style="margin: 1em 0px 1em 0px">
127
129
        <a class="button posLeft" href="{% url 'wlmaps_download' map.slug %}">
128
 
                <img src="{{ MEDIA_URL }}img/download.png" alt ="" class="middle" />
 
130
                <img src="{{ MEDIA_URL }}img/arrow_down_short.png" alt ="" class="middle" />
129
131
                <span class="middle">Download this map</span>
130
132
        </a>
131
133
        </div>