Reformat
This commit is contained in:
@ -19,7 +19,8 @@
|
|||||||
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
<nav class="navbar navbar-expand-lg bg-body-tertiary">
|
||||||
<div class="container-fluid">
|
<div class="container-fluid">
|
||||||
<a class="navbar-brand" href="/">
|
<a class="navbar-brand" href="/">
|
||||||
<img src="../static/image/f1_logo.svg" alt="Logo" width="120" height="30" class="d-inline-block align-text-top">
|
<img src="../static/image/f1_logo.svg" alt="Logo" width="120" height="30"
|
||||||
|
class="d-inline-block align-text-top">
|
||||||
Formula <i>10</i>
|
Formula <i>10</i>
|
||||||
</a>
|
</a>
|
||||||
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
|
<div class="collapse navbar-collapse" id="navbarNavAltMarkup">
|
||||||
|
|||||||
@ -2,6 +2,7 @@
|
|||||||
{% block title %}Formula 10{% endblock title %}
|
{% block title %}Formula 10{% endblock title %}
|
||||||
|
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
<table class="table table-bordered">
|
<table class="table table-bordered">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -50,3 +51,5 @@
|
|||||||
{% endfor %}
|
{% endfor %}
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
{% endblock body %}
|
||||||
Reference in New Issue
Block a user