Merge branch 'quotes-fix'

Conflicts:
	powerdnsadmin/routes/admin.py
This commit is contained in:
root
2021-12-03 14:17:39 +00:00
parent 591055d4aa
commit caa48b7fe5
3 changed files with 19 additions and 17 deletions

View File

@ -340,7 +340,8 @@ def record_changelog(domain_name, record_name, record_type):
for i in indexes_to_pop:
changes_set_of_record.pop(i)
return render_template('domain_changelog.html', domain=domain, allHistoryChanges=changes_set_of_record)
return render_template('domain_changelog.html', domain=domain, allHistoryChanges=changes_set_of_record,
record_name = record_name, record_type = record_type)