From 2c11c279aed596b0e667e1b116ce49f39218c2ef Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Mon, 17 Apr 2017 11:59:46 -0400 Subject: [PATCH] Removed incorrect link from header Cleaned up no dates notice appearance when adding/editing event. --- views/admin/dashboard/events.html | 4 ---- views/admin/events/edit.html | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/views/admin/dashboard/events.html b/views/admin/dashboard/events.html index 4fd6a93..89ff8da 100644 --- a/views/admin/dashboard/events.html +++ b/views/admin/dashboard/events.html @@ -3,11 +3,7 @@

Events {if $memberID}(5 most recent){else}(Pending){/if} - {if $memberID} - Add Event - {else} Add Event - {/if}

{if $events} diff --git a/views/admin/events/edit.html b/views/admin/events/edit.html index 38560fe..87cc492 100644 --- a/views/admin/events/edit.html +++ b/views/admin/events/edit.html @@ -29,7 +29,7 @@

NOTICE: Your event has not yet been submitted.
Please select the tabs indicating a problem, correct the indicated fields and resubmit.

{else} {if !$haveTimes} -

NOTICE: Your event does not have any selected dates/times. Please check your schedule in the "Dates" tab below.

+

NOTICE: Your event does not have any selected dates/times. Please check your schedule in the "Dates" tab below.

{/if} {/if} -- 2.17.1