~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlprofile/base.html

  • Committer: franku
  • Date: 2018-11-22 11:08:51 UTC
  • Revision ID: somal@arcor.de-20181122110851-77riof0o4dx2zcm6
split user uploaded content from static content

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
   vim:ft=htmldjango
5
5
{% endcomment %}
6
6
 
 
7
{% load static %}
 
8
 
7
9
{% block title %}
8
10
{{ block.super }}
9
11
{% endblock %}
10
12
 
11
13
{% block extra_head %}
12
 
<link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}css/profile.css" />{{ block.super}}
 
14
<link rel="stylesheet" type="text/css" media="all" href="{% static 'css/profile.css' %}" />{{ block.super}}
13
15
{% endblock %}
14
16
 
15
17
{% block content_tabbing %}