Improved Deleted Page

This commit is contained in:
Mia Rose Winter 2024-03-25 13:12:57 +01:00
parent adf87ddc16
commit b2a6a9be76
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -12,7 +12,7 @@
<h1 class="text-3xl lg:text-5xl font-light mb-6 text-primary">@Localizer["Title"]</h1> <h1 class="text-3xl lg:text-5xl font-light mb-6 text-primary">@Localizer["Title"]</h1>
<ArticleCardList Articles="Articles"> <ArticleCardList Articles="Articles" HasArticleLink="false">
<Action Context="article"> <Action Context="article">
<form method="post" @formname="@article.Id.ToString()" @onsubmit="Restore" class="w-full"> <form method="post" @formname="@article.Id.ToString()" @onsubmit="Restore" class="w-full">
<AntiforgeryToken /> <AntiforgeryToken />