Initial commit
Cette révision appartient à :
révision
793bb6a488
182 fichiers modifiés avec 17153 ajouts et 0 suppressions
19
templates/aemo/service_edit.html
Fichier normal
19
templates/aemo/service_edit.html
Fichier normal
|
|
@ -0,0 +1,19 @@
|
|||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="row border-bottom mb-3 justify-content-center">
|
||||
<div class="col"><p class="lead">Services partenaires</p></div>
|
||||
<div class="col text-end">{{ view.action }}</div>
|
||||
</div>
|
||||
|
||||
<div class="row mb-3 justify-content-center">
|
||||
<div class="col-6">
|
||||
<form action="#" method="post">{% csrf_token %}
|
||||
<table class="table table-borderless">
|
||||
{{ form.as_table }}
|
||||
</table>
|
||||
{% include "actions.html" %}
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Chargement…
Ajouter une table
Ajouter un lien
Référencer dans un nouveau ticket