comparison farol/templates/base.j2 @ 28:6c65b16f2680

Rework the 'new' page
author Benoît Allard <benoit.allard@greenbone.net>
date Thu, 02 Oct 2014 12:09:28 +0200
parents 33a3a36b5bf6
children 641a2b589613
comparison
equal deleted inserted replaced
27:69e0330c4fae 28:6c65b16f2680
25 25
26 <!doctype html> 26 <!doctype html>
27 27
28 <html lang="en"> 28 <html lang="en">
29 <head> 29 <head>
30 <meta charset="utf8"> 30 <meta charset="utf-8">
31 <title>Farol - {% block title %}{% endblock %}</title> 31 <title>Farol - {% block title %}{% endblock %}</title>
32 <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.css') }}"> 32 <link rel="stylesheet" href="{{ url_for('static', filename='bootstrap.css') }}">
33 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}"> 33 <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}">
34 </head> 34 </head>
35 <body> 35 <body>

http://farol.wald.intevation.org