Mise à jour chemin vers les template Jinja renommés
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
{% extends "base.tpl" %}
|
||||
{% extends "base.html.j2" %}
|
||||
{% block title %}Camétéo{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<div class="container">
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends "base.tpl" %}
|
||||
{% extends "base.html.j2" %}
|
||||
{% block title %}Camétéo{% endblock %}
|
||||
|
||||
{% block styles %}
|
||||
@ -35,7 +35,7 @@
|
||||
<td>{{ item.value }} {{ item.unit }}</td>
|
||||
<td><a href="/sensor_id={{ item.sensor_id }}">{{ item.sensor_id }}</a></td>
|
||||
</tr>
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{{ render_pagination(dat) }}
|
||||
@ -43,4 +43,4 @@
|
||||
</div>
|
||||
{{ plot_script|safe }}
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends "base.tpl" %}
|
||||
{% extends "base.html.j2" %}
|
||||
{% block title %}Camétéo{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
@ -28,10 +28,10 @@
|
||||
<td>{{ item.value }} {{ item.unit }}</td>
|
||||
<td><a href="/sensor_id={{ item.sensor_id }}">{{ item.sensor_id }}</a></td>
|
||||
</tr>
|
||||
{%- endfor %}
|
||||
{%- endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
{{ render_pagination(dat) }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends "base.tpl" %}
|
||||
{% extends "base.html.j2" %}
|
||||
{% block title %}Camétéo{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
@ -11,4 +11,4 @@
|
||||
<p><a class="btn btn-primary btn-lg" href="/all_data" role="button">Voir les données...</a></p>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% extends "base.tpl" %}
|
||||
{% extends "base.html.j2" %}
|
||||
{% block title %}Camétéo - Photos{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
@ -11,4 +11,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
Reference in New Issue
Block a user