Fix typo in cancel reg popup
authorDaniel Gustafsson <daniel@yesql.se>
Thu, 23 Aug 2018 19:34:03 +0000 (21:34 +0200)
committerDaniel Gustafsson <daniel@yesql.se>
Thu, 23 Aug 2018 19:34:03 +0000 (21:34 +0200)
template/confreg/admin_registration_cancel.html

index e6b75df935be78c113f7042c4fc2b19ba866eee9..17266cfc6a2c24a067a0826001347c3e0ef18813 100644 (file)
@@ -3,7 +3,7 @@
 {%block extrahead%}
 <script language="javascript">
 function confirmit() {
-   return confirm('Are you absolutely sure you want to cancel this registration? There is no way to roll i tback!');
+   return confirm('Are you absolutely sure you want to cancel this registration? There is no way to roll iback!');
 }
 </script>
 {%endblock%}