Skip to content

Commit

Permalink
Typo in template attribute access
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmiller committed Feb 14, 2020
1 parent 4efde2f commit e68298c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/appointments/templates/appointments/clinic_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ <h2 >Upcoming TB Clinic Appointments</h2>
{{ appointment.derived_appointment_type }}
</div>
<div class="col-md-3">
<a href="/#/patient/{{patient/appointment.patient.id}}">
<a href="/#/patient/{{ appointment.patient.id }}">
{{ appointment.patient.demographics.name }}
</a>
</div>
<div class="col-md-3">
<a href="/#/patient/{{patient/appointment.patient.id}}">
<a href="/#/patient/{{ appointment.patient.id} }">
{{ appointment.patient.demographics.hospital_number }}
{{ appointment.patient.demographics.date_of_birth }}
</a>
Expand Down

0 comments on commit e68298c

Please sign in to comment.