~widelands-dev/widelands-website/update_beautifulsoup4

« back to all changes in this revision

Viewing changes to templates/wlmaps/base.html

  • Committer: Shevonar
  • Date: 2012-04-24 21:14:22 UTC
  • mto: This revision was merged to the branch mainline in revision 330.
  • Revision ID: infomh@anmaruco.de-20120424211422-d80y5yd8x9q9gzpx
Maps modul reworked and adjusted to new style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
{% endcomment %}
6
6
 
7
7
{% block extra_head %}
 
8
<link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}/css/forum.css" />
8
9
<link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}/css/maps.css" />
9
 
 
10
10
{{block.super}}
11
11
{% endblock %}
12
12