~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlprofile/base.html

  • Committer: Holger Rapp
  • Date: 2009-03-15 20:27:12 UTC
  • mfrom: (62.1.11 widelands)
  • Revision ID: sirver@h566336-20090315202712-qb3j0trhy76bpzep
Merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
{% extends "base.html" %}
 
2
{% comment %}
 
3
   vim:ft=htmldjango
 
4
{% endcomment %}
 
5
 
 
6
 
 
7
{% block extra_head %}
 
8
<link rel="stylesheet" type="text/css" media="all" href="{{ MEDIA_URL }}/css/profile.css" />{{ block.super}}
 
9
{% endblock %}