~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlmaps/map_detail.html

  • Committer: franku
  • Date: 2018-11-15 20:39:35 UTC
  • mfrom: (504.1.1 widelands)
  • Revision ID: somal@arcor.de-20181115203935-2j4ip880mi4b3mzv
redesign the website to show tabs for some pages and give an additional header section with important links

Show diffs side-by-side

added added

removed removed

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