Show correct records for forward/reverse zones

This commit is contained in:
vmarkop 2022-01-12 16:09:06 +02:00
parent d28dc14dca
commit 9ea910f781

View file

@ -70,7 +70,6 @@ def domain(domain_name):
abort(500)
quick_edit = Setting().get('record_quick_edit')
records_allow_to_edit = Setting().get_records_allow_to_edit()
forward_records_allow_to_edit = Setting(
).get_forward_records_allow_to_edit()
reverse_records_allow_to_edit = Setting(