97 remaining

This commit is contained in:
Paul Schneider 2023-03-20 19:38:50 +00:00
commit 49ca652549
43 changed files with 103 additions and 168 deletions

View file

@ -1,5 +1,5 @@
@model PerformerProfile
@{ ViewData["Title"] = SR["Edit your avatar"]; }
@{ ViewData["Title"] = "Edit your avatar"; }
@section header{
<link href="~/css/main/dropzone.css" rel="stylesheet">
}