Revision bb269b6a
Added by Mikaël Ates almost 12 years ago
calebasse/templates/calebasse/base.html | ||
---|---|---|
3 | 3 |
<html lang="fr"> |
4 | 4 |
<head> |
5 | 5 |
<meta charset="utf-8"/> |
6 |
<title>{% block page-title %}APS42{% endblock %}</title>
|
|
6 |
<title>{% block title %}{{ service_name }}{% endblock %}</title>
|
|
7 | 7 |
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/style.css"/> |
8 | 8 |
<link rel="stylesheet" type="text/css" media="print" href="{{ STATIC_URL }}css/print.css"/> |
9 | 9 |
<link rel="stylesheet" type="text/css" media="all" href="{{ STATIC_URL }}css/smoothness/jquery-ui-1.8.21.custom.css"/> |
Also available in: Unified diff
Display more significant titles.