~widelands-dev/widelands-website/django_staticfiles

« back to all changes in this revision

Viewing changes to templates/wlscheduling/base.html

  • Committer: franku
  • Date: 2018-11-15 20:39:35 UTC
  • mfrom: (504.1.1 widelands)
  • Revision ID: somal@arcor.de-20181115203935-2j4ip880mi4b3mzv
redesign the website to show tabs for some pages and give an additional header section with important links

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
{% extends "base.html" %}
 
1
{% extends "wlprofile/base.html" %}
2
2
{% block extra_head %}
3
3
<link  rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/jquery-ui.multidatespicker.css" >
4
4
<link  rel="stylesheet" type="text/css" href="{{ MEDIA_URL }}css/scheduling.css" >
9
9
 
10
10
{% block title %}
11
11
    Scheduling - {{block.super}}
12
 
{% endblock %}
 
 
b'\\ No newline at end of file'
 
12
{% endblock %}
 
13
{% block scheduling %}class="active"{% endblock %}