Day |
@@ -33,13 +33,13 @@
{{ assignment.timeslot.location }} |
{{ assignment.timeslot.show_location }} |
{{ assignment.timeslot.type }} |
- Edit |
+ Edit |
{% if not assignment.session.type.slug == "break" %}
- Cancel
+ Cancel
{% endif %}
|
- Delete |
+ Delete |
{% endfor %}
diff --git a/ietf/secr/templates/meetings/session_edit.html b/ietf/secr/templates/meetings/regular_session_edit.html
similarity index 93%
rename from ietf/secr/templates/meetings/session_edit.html
rename to ietf/secr/templates/meetings/regular_session_edit.html
index 7d9cd6025..d3cffae0d 100644
--- a/ietf/secr/templates/meetings/session_edit.html
+++ b/ietf/secr/templates/meetings/regular_session_edit.html
@@ -45,7 +45,7 @@
diff --git a/ietf/secr/templates/meetings/sessions.html b/ietf/secr/templates/meetings/sessions.html
index a6de5fa08..2e6638fa0 100644
--- a/ietf/secr/templates/meetings/sessions.html
+++ b/ietf/secr/templates/meetings/sessions.html
@@ -34,7 +34,7 @@
{{ session.agenda_note }} |
{{ session.current_status_name }} |
- Edit |
+ Edit |
|