Skip to content

Commit

Permalink
Fix typo II
Browse files Browse the repository at this point in the history
  • Loading branch information
FreneticScribbler committed May 16, 2022
1 parent 426a908 commit 3a2e5c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RIGS/templates/partials/contact_details.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<dt class="col-sm-6">Phone Number</dt>
<dd class="col-sm-6">{{ object.organisation.phone|linkornone:'tel' }}</dd>
<dt class="col-sm-6">Has SU Account</dt>
<dd class="col-sm-6">{{ event.organisation.union_account|yesno|capfirst }}</dd>
<dd class="col-sm-6">{{ object.organisation.union_account|yesno|capfirst }}</dd>
</dl>
</div>
</div>
Expand Down

0 comments on commit 3a2e5c9

Please sign in to comment.