From 84c19d01c1a42a186261062e68adeca71cde18bd Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sun, 20 May 2018 21:36:33 +0200 Subject: [PATCH] remove tooltip, add missing update button on speakerproposal detail page --- src/program/templates/includes/speaker_proposal_table.html | 2 +- src/program/templates/speakerproposal_detail.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/program/templates/includes/speaker_proposal_table.html b/src/program/templates/includes/speaker_proposal_table.html index 8f960ad1..d656b3eb 100644 --- a/src/program/templates/includes/speaker_proposal_table.html +++ b/src/program/templates/includes/speaker_proposal_table.html @@ -27,7 +27,7 @@ Detail {% if not camp.read_only %} Modify - Add Event + Add Event {% if not speakerproposal.eventproposals.all %} Delete {% endif %} diff --git a/src/program/templates/speakerproposal_detail.html b/src/program/templates/speakerproposal_detail.html index 3a44fdec..bf11bfeb 100644 --- a/src/program/templates/speakerproposal_detail.html +++ b/src/program/templates/speakerproposal_detail.html @@ -9,6 +9,7 @@
{{ speakerproposal.name }}
{{ speakerproposal.biography|commonmark }} + Modify