mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-07-02 04:16:19 +00:00
Merge branch 'quotes-fix'
Conflicts: powerdnsadmin/routes/admin.py
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user