
I can't re-display the form as I'd like to becuase I don't have access to the CSRF token when rendering the page from the error hander.
5 lines
97 B
HTML
5 lines
97 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<title>Error</title>
|
|
<p class="error">{{error}}</p>
|
|
</html>
|