diff --git a/src/page-events.pug b/src/page-events.pug index faaed63..22f2b8a 100644 --- a/src/page-events.pug +++ b/src/page-events.pug @@ -3,4 +3,5 @@ range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}` range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}` upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}` + id-prefix='default' ) \ No newline at end of file diff --git a/src/views/circle/page-circle-events.pug b/src/views/circle/page-circle-events.pug index ca8b0a7..5ecad21 100644 --- a/src/views/circle/page-circle-events.pug +++ b/src/views/circle/page-circle-events.pug @@ -6,4 +6,5 @@ range-event-type=`${endpoints.typeevents || (endpoints.get && endpoints.get.typeevents)}` range-event-circle=`${endpoints.circles || (endpoints.get && endpoints.get.circles)}` upload-dir=`${endpoints.uploads || (endpoints.get && endpoints.get.uploads)}` + id-prefix='circles' ) \ No newline at end of file