mirror of
https://github.com/kakwa/ldapcherry
synced 2025-07-03 03:47:35 +02:00
adding notification after an action is performed
This commit is contained in:
parent
bb8aa3f43c
commit
2451b2efdd
2 changed files with 47 additions and 14 deletions
|
@ -56,6 +56,11 @@
|
|||
|
||||
</head>
|
||||
<body>
|
||||
% if notifications:
|
||||
% for notif in notifications:
|
||||
<script type="text/javascript">$.notify('${notif}')</script>
|
||||
% endfor
|
||||
% endif
|
||||
<div class="container">
|
||||
<%block name="navbar"/>
|
||||
<%block name="core" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue