Commit 8f0fbc9f8d43a4f7dbd0585a0b1711dc18abbe3f

Fix wrong URL routes in the client
  • Diff rendering mode:
  • inline
  • side by side

mouchak/static/js/editor.js

9191
92 var Pages = Backbone.Collection.extend({92 var Pages = Backbone.Collection.extend({
93 model: M.types.model.Page,93 model: M.types.model.Page,
94 url: M.PageURL() + '/'
94 url: M.PageURL()
95 });95 });
9696
97 /* view to manage each page and their properties - change page properties,97 /* view to manage each page and their properties - change page properties,