Unsubscribe option available on website
This commit is contained in:
@@ -111,7 +111,7 @@ impl IntoResponse for AppError {
|
||||
};
|
||||
Html(template.render().unwrap())
|
||||
};
|
||||
(StatusCode::INTERNAL_SERVER_ERROR, html).into_response()
|
||||
html.into_response()
|
||||
}
|
||||
AppError::FormError(error) => {
|
||||
let template = MessageTemplate::Error {
|
||||
|
||||
Reference in New Issue
Block a user