diff --git a/lib/ares_web/live/app/profile.ex b/lib/ares_web/live/app/profile.ex index 19380d5e..90d376b3 100644 --- a/lib/ares_web/live/app/profile.ex +++ b/lib/ares_web/live/app/profile.ex @@ -1,7 +1,10 @@ defmodule AresWeb.AppLive.Profile do use AresWeb, :live_view + alias Ares.Accounts + alias Ares.Accounts.User alias Ares.Teams + alias AresWeb.Components.CVUploader @impl true def render(assigns) do @@ -35,7 +38,7 @@ defmodule AresWeb.AppLive.Profile do <% end %> <%= if @user.team do %> -
Current: {@user.cv.file_name}
+ ++ There was a problem with the uploaded CV. Please remove and re-upload or try a different file. +
+ <% end %> + +