init proj
This commit is contained in:
11
templates/abiturient/yearexam_form.html
Normal file
11
templates/abiturient/yearexam_form.html
Normal file
@ -0,0 +1,11 @@
|
||||
{% extends 'base.html' %}
|
||||
{% load crispy_forms_tags %}
|
||||
{% block title %}Добавить факультет{% endblock %}
|
||||
{% block content %}
|
||||
<div class="container">
|
||||
{% crispy form %}
|
||||
{% if formset %}
|
||||
{% crispy formset helper %}
|
||||
{% endif %}
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user