~widelands-dev/widelands-website/cleanup_ip_address_field

« back to all changes in this revision

Viewing changes to templates/wlmaps/map_detail.html

  • Committer: franku
  • Date: 2018-04-26 20:18:55 UTC
  • mfrom: (489.1.28 widelands)
  • Revision ID: somal@arcor.de-20180426201855-uwt3b8gptpav6wrm
updated code base to fit with django 1.11.12; replaced app tracking with a new middleware

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
        <div>
39
39
                <a href="{% url 'wlmaps_index' %}">Maps</a> &#187; {{ map.name }}
40
40
        </div>
41
 
                <img class="posLeft map" style="float: left" src="{{ MEDIA_URL }}{{ map.minimap.url }}" alt="{{ map.name }}" />
 
41
                <img class="posLeft map" style="float: left" src="{{ MEDIA_URL }}{{ map.minimap }}" alt="{{ map.name }}" />
42
42
        <div>
43
43
                <h3>Description:</h3>
44
44
                <p>{{ map.descr|wl_markdown:"bleachit" }}</p>