Commit b7710aed authored by Dominik Rosiek's avatar Dominik Rosiek

Merge branch 'master' of gitlab.telemabk.pl:dominik/BeHub-web

parents b348e704 31d66ce9
...@@ -60,7 +60,7 @@ REST_FRAMEWORK = { ...@@ -60,7 +60,7 @@ REST_FRAMEWORK = {
# 'rest_framework.authentication.SessionAuthentication', # 'rest_framework.authentication.SessionAuthentication',
), ),
'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination', 'DEFAULT_PAGINATION_CLASS': 'rest_framework.pagination.LimitOffsetPagination',
'PAGE_SIZE': 10 'PAGE_SIZE': 100
} }
ANONYMOUS_USER_ID = -1 ANONYMOUS_USER_ID = -1
......
...@@ -23,7 +23,6 @@ ...@@ -23,7 +23,6 @@
{% block content %} {% block content %}
{% endblock %} {% endblock %}
</div> </div>
{% include 'page/default/footer.html' %}
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment