mirror of
https://github.com/nanoy42/coope
synced 2024-11-22 11:23:11 +00:00
Fix getconfig
This commit is contained in:
parent
e79c42fab4
commit
6c12b716cf
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ def get_config(request):
|
|||
del gp_dict["statutes"]
|
||||
del gp_dict["rules"]
|
||||
del gp_dict["menu"]
|
||||
del gp_dict["alcohol_charter"]
|
||||
data = json.dumps(gp_dict)
|
||||
return HttpResponse(data, content_type='application/json')
|
||||
|
Loading…
Reference in a new issue