WIP : Js and css cleanup

This commit is contained in:
Paul Schneider 2026-06-14 15:47:28 +01:00
commit 7550cb8eec
13 changed files with 8 additions and 24 deletions

View file

@ -9,7 +9,7 @@
<script type="text/javascript" src="~/js/moment-with-locales.min.js"></script>
<script src="~/js/datetime.bundle.min.js" asp-append-version="true"></script>
<link rel="stylesheet" href="~/css/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
<link rel="stylesheet" href="~/css/main/bootstrap-datetimepicker.min.css" asp-append-version="true"/>
}
@{ ViewBag.Title = $"Proposition de rendez-vous à {Model.PerformerProfile.Performer.UserName} [{ViewBag.Activity.Name}]"; }