Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
willgearty committed Nov 1, 2023
1 parent ea9f46b commit b626037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion esp/esp/utils/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def render_to_response(template, request, context, content_type=None, use_reques
template = [ template ]

section = request.path.split('/')[1]

context.update(esp_context_stuff())

# create nav bar list
Expand Down
1 change: 1 addition & 0 deletions esp/esp/web/views/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
from esp.utils.no_autocookie import disable_csrf_cookie_update

from django.views.decorators.cache import cache_control
from django.conf import settings

try:
from cStringIO import StringIO
Expand Down

0 comments on commit b626037

Please sign in to comment.