Skip to content

Commit

Permalink
Merge branch 'renal-handover' into bacteramia-handover
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Jul 25, 2019
2 parents 8d779ba + a059a56 commit d439404
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ stages:
jobs:
include:
- stage: app_test
dist: trusty
language: python
python:
- "3.4"
Expand All @@ -28,6 +29,7 @@ jobs:
notificatios:
slack: ohcuk:6spaME3CB7f2PGrMAcklYWqp
- stage: deployment_tests
dist: trusty
language: python
python:
- "2.7"
Expand Down
3 changes: 2 additions & 1 deletion elcid/templates/elcid/renal_handover.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
{% for ward, episodes in episodes_by_ward.items %}
<h2>{{ ward }}</h2>
{% for episode in episodes %}
<table class="table table-bordered">
{# we need to set width in html so cut and paste to word works #}
<table width="100%" class="table table-bordered">
<tr>
<td class="col-xs-4">
<strong>Name</strong>
Expand Down

0 comments on commit d439404

Please sign in to comment.