Skip to content

Commit

Permalink
environmental-risk-factors
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed Jun 22, 2016
1 parent 6a26b94 commit 83d8d84
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion uclptb/templates/forms/demographics_form.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% load forms %}
{% input field="Demographics.hospital_number" %}
{% input field="Demographics.nhs_number" %}
{% include 'partials/_date_of_birth_field.html' %}
{% date_of_birth_field %}
{% input field="Demographics.surname" %}
{% input field="Demographics.first_name" %}
{% input field="Demographics.middle_name" %}
Expand Down
8 changes: 4 additions & 4 deletions uclptb/templates/records/environmental_tb_risk_factors.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<span ng-show="item.last_year_of_alcohol_misuse">Stopped having a problem with alcohol in [[ item.last_year_of_alcohol_misuse ]] <br /></span>
<span ng-show="item.current_alcohol_misuse">Currently has a problem with alcohol <br /></span>
<span ng-show="item.last_year_of_homelessness">Was homeless in [[ item.last_year_of_homelessness ]] <br /></span>
<span ng-show="item.current_homelessness">[[ item.current_homelessness ]] <br /></span>
<span ng-show="item.current_homelessness">Currently Homeless<br /></span>
<span ng-show="item.last_year_of_prison">Got out of prison in [[ item.last_year_of_prison ]] <br /></span>
<span ng-show="item.current_prison_stay">Currently in prison <br /></span>
<span ng-show="item.history_of_smoking_active">[[ item.history_of_smoking_active ]] <br /></span>
<span ng-show="item.history_of_smoking_passive">[[ item.history_of_smoking_passive ]] <br /></span>
<span ng-show="item.recent_travel_to_high_risk_area">[[ item.recent_travel_to_high_risk_area ]] <br /></span>
<span ng-show="item.history_of_smoking_active">History of active smoking<br /></span>
<span ng-show="item.history_of_smoking_passive">History of passive smoking<br /></span>
<span ng-show="item.recent_travel_to_high_risk_area">Recent travel to a high risk area<br /></span>

0 comments on commit 83d8d84

Please sign in to comment.