~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlmaps/base.html

  • Committer: franku
  • Date: 2018-11-21 17:54:32 UTC
  • mfrom: (508.1.1 widelands)
  • Revision ID: somal@arcor.de-20181121175432-8rc3h0332xmgmma4
merged trunk, resolved conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{% extends "base.html" %}
2
2
{% load static %}
3
 
 
4
3
{% comment %}
5
4
   vim:ft=htmldjango
6
5
{% endcomment %}
8
7
{% block extra_head %}
9
8
<link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}css/forum.css" />
10
9
<link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}css/maps.css" />
11
 
<link rel="stylesheet" href="{% static 'star-ratings/css/star-ratings.css' %}">
 
10
<link rel="stylesheet" href="{% static 'star-ratings/css/star-ratings.css' %}" />
12
11
<script type="text/javascript" src="{% static 'star-ratings/js/dist/star-ratings.min.js' %}"></script>
13
12
{{block.super}}
14
13
{% endblock %}