Updated reset form

This commit is contained in:
Pedro Moreno 2023-02-21 21:41:29 +01:00
parent 80526bf55c
commit 0b407c0305

View file

@ -8,7 +8,7 @@
<article class="post">
<header>
<div class="title">
<h2><span class="icon fa-exclamation-triangle"></span> Error {{ page.header.http_response_code }}</h2>
<h2><span class="icon solid fa-exclamation-triangle"></span> Error {{ page.header.http_response_code }}</h2>
<p>{{ page.content|raw }}</p>
</div>
</header>