1
0
Fork 0
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:
kakwa 2015-10-28 23:11:23 +01:00
parent bb8aa3f43c
commit 2451b2efdd
2 changed files with 47 additions and 14 deletions

View file

@ -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" />