From 064204b34380a1fe53141b0152f024aeb162e246 Mon Sep 17 00:00:00 2001 From: Daniel Grams Date: Wed, 13 Jan 2021 08:28:33 +0100 Subject: [PATCH] Setup Rest API with Swagger #50 --- project/templates/event_date/list.html | 62 +++++++++++++------------- project/templates/layout.html | 15 +++++++ project/templates/planing/list.html | 25 ++++++----- 3 files changed, 60 insertions(+), 42 deletions(-) diff --git a/project/templates/event_date/list.html b/project/templates/event_date/list.html index cac92a5..ea74e4d 100644 --- a/project/templates/event_date/list.html +++ b/project/templates/event_date/list.html @@ -8,11 +8,11 @@ diff --git a/project/templates/planing/list.html b/project/templates/planing/list.html index af27b05..d65f3cf 100644 --- a/project/templates/planing/list.html +++ b/project/templates/planing/list.html @@ -6,7 +6,7 @@ {% block content_container_attribs %}{% endblock %} {% block header %} {{ render_google_filter_autocomplete_header() }} -{% set max_events = 500 %} +{% set max_events = 50 %}