Ajout des fichiers
This commit is contained in:
22
app/templates/grades.html
Normal file
22
app/templates/grades.html
Normal file
@ -0,0 +1,22 @@
|
||||
{# grades.html #}
|
||||
|
||||
{% extends "layout/base.html" %}
|
||||
|
||||
{% block title %}Mes notes | Antinote{% endblock %}
|
||||
|
||||
{% block main %}
|
||||
|
||||
<h1>Mes notes</h1>
|
||||
|
||||
<ul id="liste-notes">
|
||||
<li>
|
||||
<span class="section">Mathématiques</span>
|
||||
<ul>
|
||||
<li>12/20</li>
|
||||
<li>15/20</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Philosophie</li>
|
||||
</ul>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user