Add missing template from previous commit
This commit is contained in:
parent
538db63679
commit
af6f5bc919
1 changed files with 15 additions and 0 deletions
15
templates/student_import.html
Normal file
15
templates/student_import.html
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{% extends "admin/base_site.html" %}
|
||||
|
||||
{% block breadcrumbs %}
|
||||
<div class="breadcrumbs">
|
||||
<a href="{% url 'admin:index' %}">Accueil</a>
|
||||
› Importation étudiants
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action="." method="post" enctype="multipart/form-data">{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<input type="submit" value="Envoyer">
|
||||
</form>
|
||||
{% endblock %}
|
||||
Loading…
Add table
Add a link
Reference in a new issue