Skip to content

Commit

Permalink
wrap the whole thing in a form
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Feb 22, 2017
1 parent 5b187ce commit 9274b24
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions elcid/templates/modals/antimicrobial_modal.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{% extends 'base_templates/modal_base.html' %}
{% block icon %}<i class="fa fa-flask"></i>{% endblock %}
{% block modal_body %}
<div class="row">
<div class="col-md-8">
<form class="form-horizontal">
<form name="form" class="form-horizontal">
<div class="row">
<div class="col-md-8">
{% include column.get_form_template %}
</form>
</div>
<div class="col-md-4">
{% include 'modals/_allergies_sidebar.html' %}
</div>
</div>
<div class="col-md-4">
{% include 'modals/_allergies_sidebar.html' %}
</div>
</div>
</form>
{% endblock %}

0 comments on commit 9274b24

Please sign in to comment.