mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-13 00:24:27 +02:00
Fix for Frontend User Reset Password page
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<?php
|
||||
// Monstra Notifications
|
||||
Notification::get('success') AND $success = Notification::get('success');
|
||||
echo '<div class="success margin-bottom-1">'.$success."</div>";
|
||||
?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row">
|
||||
<div class="col-md-3">
|
||||
<form method="post">
|
||||
|
Reference in New Issue
Block a user