Correcting views

This commit is contained in:
s383941 2018-06-30 14:29:30 +02:00
parent 3f50e1cff6
commit 817ac1da36
15 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -10,7 +10,7 @@ def index(request):
def okreg(request, okreg_id):
g = Glos.objects.filter(okreg__o_id=okreg_id)
template = loader.get_template('ordynacja/index.html')
template = loader.get_template('ordynacja/okreg.html')
context = {
'okreg_id': okreg_id,
'okreg_list': g,

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.