repair 'Observation' forms

This commit is contained in:
Arthur Gerbaud
2016-08-06 20:21:59 +02:00
parent e593981696
commit 73696a5b7b
5 changed files with 14 additions and 7 deletions

View File

@@ -16,7 +16,7 @@
<tr><td colspan="2">{{ sujet.parcours_de_vie }}</td><th>Lien familial</th><td>{{ sujet.lien_familial }}</td></tr>
</table>
<div class="panel-footer text-right">
<a href="{% url "sujets:update" pk=sujet.id %}" class="btn btn-primary">Mettre à jour</a>
<a href="{% url "sujets:update" pk=sujet.id %}" class="btn btn-sm btn-default">Mettre à jour</a>
</div>
</div>