Merge pull request #15927 from eileenmcnaughton/event_form
[civicrm-core.git] / templates / CRM / common / redirectJS.tpl
CommitLineData
6a488035 1<html>
67a8339b
CW
2 <head>
3 <script type="text/javascript">
4 window.location.href = "{$redirectURL}"
5 </script>
6 <title>{$title}</title>
7 </head>
8 <body>
9 <h2>{$title}</h2>
10 <p>{$message}</p>
11 </body>
f4af7a1e 12</html>