From: Steve Sutton Date: Tue, 26 Apr 2016 20:57:10 +0000 (-0400) Subject: Only show the large image if there's one there X-Git-Tag: v1.0.0^2~77 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=961dd932d6ef78d67c1adaa2c4f63644974cdf1c;p=WP-Plugins%2Fglm-member-db-events.git Only show the large image if there's one there This should help with removing console errors. --- diff --git a/views/admin/events/editStatus.html b/views/admin/events/editStatus.html index b5e19ce..3ce154e 100644 --- a/views/admin/events/editStatus.html +++ b/views/admin/events/editStatus.html @@ -173,7 +173,11 @@ {/if} New image: -
+
+ {if $event.fieldData.image} + + {/if} +
{if $event.fieldFail.image}

{$event.fieldFail.image}

{/if}