@model KernelRecordsMVC.Application.ViewModels.EditArtistViewModel @{ ViewData["Title"] = "Edit Artist"; }
← Artists CATALOG MANAGEMENT

Edit Artist

Update artist information shown in the catalog.

@Html.AntiForgeryToken()
@if (!string.IsNullOrWhiteSpace( Model.ArtistPhoto)) {
CURRENT PHOTO
@Model.ArtistName
}
Cancel