8 lines
191 B
HTML
8 lines
191 B
HTML
{if _errormsg != ""}
|
|
<div style="color: red; margin-bottom: 1rem;">{_errormsg}</div>
|
|
{/if}
|
|
|
|
{if _successmsg != ""}
|
|
<div style="color: green; margin-bottom: 1rem;">{_successmsg}</div>
|
|
{/if}
|