Commit 8f0fbc9f8d43a4f7dbd0585a0b1711dc18abbe3f

Fix wrong URL routes in the client
  
9191
9292 var Pages = Backbone.Collection.extend({
9393 model: M.types.model.Page,
94 url: M.PageURL() + '/'
94 url: M.PageURL()
9595 });
9696
9797 /* view to manage each page and their properties - change page properties,