Skip to content

Commit

Permalink
Merge pull request #40 from openhealthcare/panel-body-tags
Browse files Browse the repository at this point in the history
Add an extra tag to form base to help with creative pathway layouts f…
  • Loading branch information
fredkingham committed Jul 18, 2016
2 parents af1fd29 + c597b59 commit ea7b78a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pathway/templates/pathway/form_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ <h2>
{% endblock %}
</div>
<div class="panel-body">
{% block main_panel_body %}
<div class="pathway-process-steps-padding">
<div class="row">
<div class="col-md-8 col-md-push-2">
Expand All @@ -37,6 +38,7 @@ <h3>
</div>
</div>
</div>
{% endblock main_panel_body %}
</div>
<div ng-hide="currentScope.hideFooter" class="panel-footer">
<div class="row">
Expand Down

0 comments on commit ea7b78a

Please sign in to comment.