summaryrefslogtreecommitdiff
path: root/pgweb/profserv/views.py
diff options
context:
space:
mode:
authorJonathan S. Katz2017-11-25 14:43:20 +0000
committerJonathan S. Katz2017-11-29 13:21:35 +0000
commit2f52c4f7c4aacf1ab15a3da29e44028a97d524e1 (patch)
treedb8642c4185488aec0fa1629b49dc1444b132fbf /pgweb/profserv/views.py
parent530b3c42e3da012e70a75925b8dcaea0838b836e (diff)
Clean up whitespace in primary Python / HTML files
Clean up the whitespace in the primary Python / HTML files in order to make it easier to apply changes going forward.
Diffstat (limited to 'pgweb/profserv/views.py')
-rw-r--r--pgweb/profserv/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pgweb/profserv/views.py b/pgweb/profserv/views.py
index 18ae4083..c179ef20 100644
--- a/pgweb/profserv/views.py
+++ b/pgweb/profserv/views.py
@@ -43,7 +43,7 @@ def region(request, servtype, regionname):
# DB model is a bit funky here, so use the extra-where functionality to filter properly.
# Field names are cleaned up earlier, so it's safe against injections.
services = ProfessionalService.objects.select_related('org').filter(approved=True).extra(where=["region_%s AND provides_%s" % (regionname, what),])
-
+
return render_to_response('profserv/list.html', {
'title': title,
'support': support,