path to the prince corpus page + resolve pb in js and csv import
parent
d10fc0abae
commit
09bb7dde9a
@ -1,6 +1,11 @@
|
||||
{% extends "container.html" %}
|
||||
{% block corps %}
|
||||
<div class="container marketing" style="margin-top: 50px;">
|
||||
CORPUS BB
|
||||
<h1>Corpus des actes des ducs et duchesses de {{house}}</h1>
|
||||
<h2>Les corpus disponibles</h2>
|
||||
<ul>
|
||||
<li><a href="{{url_for('prince_corpus', house='Bourbon', prince='Charles_')}}">Actes de Charles I<sup>er</sup> (1421-1456)</a></li>
|
||||
<li><a href="#">Actes d'Agnès de Bourgogne (1423-1476)</a></li>
|
||||
</ul>
|
||||
</div><!-- /.container -->
|
||||
{% endblock %}
|
||||
@ -1,10 +1,10 @@
|
||||
<!-- Bootstrap core CSS -->
|
||||
<link href="../static/css/bootstrap/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="{{url_for('static', filename='css/bootstrap/bootstrap.min.css')}}" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom styles for this template -->
|
||||
<link href="../static/css/carousel.css" rel="stylesheet">
|
||||
<link href="{{url_for('static', filename='css/bootstrap/carousel.css')}}" rel="stylesheet">
|
||||
|
||||
|
||||
<!-- Custom styles for Actes princiers project -->
|
||||
<link href="../static/css/custom_style_main.css" rel="stylesheet">
|
||||
<link href="{{url_for('static', filename='css/bootstrap/custom_style_main.css')}}" rel="stylesheet">
|
||||
Loading…
Reference in New Issue