Browse Source

Ajout du bft tag sur le form d'edit/ajout de port sur un switch

refactor_history
Maël Kervella 8 years ago
parent
commit
e619e5a31c
  1. 3
      topologie/templates/topologie/topo.html

3
topologie/templates/topologie/topo.html

@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% endcomment %}
{% load bootstrap3 %}
{% load bootstrap_form_typeahead %}
{% block title %}Création et modificationd 'utilisateur{% endblock %}
@ -32,7 +33,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
<form class="form" method="post">
{% csrf_token %}
{% bootstrap_form topoform %}
{% bootstrap_form_typeahead topoform 'room,related,machine_interface' %}
{%bootstrap_button "Créer ou modifier" button_type="submit" icon="ok" %}
</form>
<br />

Loading…
Cancel
Save