Skip to content

Commit

Permalink
Merge pull request #2749 from carpentries/bugfix/2744-remove-missed-e…
Browse files Browse the repository at this point in the history
…vent-fields

Remove missed columns with URL field for tasks
  • Loading branch information
pbanaszkiewicz authored Jan 29, 2025
2 parents 1b5e9b7 + ffa097a commit 4360181
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions amy/templates/workshops/event.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ <h3>Tasks</h3>
<th class="badges-column">Some badges <i class="fas fa-question-circle" data-toggle="tooltip"
title="Only Instructor or Trainer badges shown."></i></th>
<th>Person</th>
<th>URL</th>
<th>Role</th>
<th>Member site seat <i class="fas fa-question-circle" data-toggle="tooltip" title="Applies only to TTT events"></i></th>
<th>Open applicant <i class="fas fa-question-circle" data-toggle="tooltip" title="Applies only to TTT events with open applications"></i></th>
Expand All @@ -159,7 +158,6 @@ <h3>Tasks</h3>
{% consent_agreed t.person.active_consents TermEnum.MAY_CONTACT as may_contact %}
{% if t.person.email and may_contact %} &lt;{{ t.person.email|urlize }}&gt;{% endif %}
</td>
<td>{{ t.url|default:"&mdash;"|urlize_newtab }}</td>
<td>{{ t.role.name }}</td>
<td>
{% if t.seat_membership %}
Expand Down
2 changes: 0 additions & 2 deletions amy/templates/workshops/event_edit_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
<table class="table table-striped">
<tr>
<th>Person</th>
<th>URL</th>
<th>Role</th>
<th>Member site seat <i class="fas fa-question-circle" data-toggle="tooltip" title="Applies only to TTT events"></i></th>
<th>Open applicant <i class="fas fa-question-circle" data-toggle="tooltip" title="Applies only to TTT events with open applications"></i></th>
Expand All @@ -41,7 +40,6 @@
{% consent_agreed t.person.active_consents TermEnum.MAY_CONTACT as may_contact %}
{% if t.person.email and may_contact %} &lt;{{ t.person.email|urlize }}&gt;{% endif %}
</td>
<td>{{ t.url|default:"—"|urlize_newtab }}</td>
<td>{{ t.role.name }}</td>
<td>
{% if t.seat_membership %}
Expand Down

0 comments on commit 4360181

Please sign in to comment.