From cb21e59587ab328e9a3e06c9d57c2bafce281715 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 6 Dec 2018 06:59:25 -0600 Subject: restructed notes urls, added more tests --- design/templates/pages/page.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'design/templates/pages/page.html') diff --git a/design/templates/pages/page.html b/design/templates/pages/page.html index 3feff75..9eccaff 100644 --- a/design/templates/pages/page.html +++ b/design/templates/pages/page.html @@ -1,6 +1,6 @@ {% extends 'base.html' %} {% block content %} -
+

{{page.title}}

{{page.body_html|safe}}
@@ -22,9 +22,6 @@ novicell.overlay.create({ 'selector': trigger.getAttribute('data-element'), 'class': 'selector-overlay', - "onCreate": function() { console.log('created'); }, - "onLoaded": function() { console.log('loaded'); }, - "onDestroy": function() { console.log('Destroyed'); } }); }); {% endif %} -- cgit v1.2.3