|
@@ -1,5 +1,7 @@
|
|
|
{% extends "hardware_provisioning/base.html" %}
|
|
|
|
|
|
+{% block title %}Transfert de matériel - {{ block.super }}{% endblock %}
|
|
|
+
|
|
|
{% block content %}
|
|
|
<h2>Transfert de matériel</h2>
|
|
|
<p>
|
|
@@ -15,4 +17,4 @@
|
|
|
<input class="success button" type="submit"
|
|
|
value="Oui oui, c'est bien ça."/>
|
|
|
</form>
|
|
|
-{% endblock %}
|
|
|
+{% endblock %}
|