Commit d21c5761 by Calen Pennington

Minor bug fixes from edge-configs merge

parent 68014125
...@@ -76,6 +76,7 @@ function removePolicyMetadata(e) { ...@@ -76,6 +76,7 @@ function removePolicyMetadata(e) {
_parent_el.remove(); _parent_el.remove();
else else
_parent_el.appendTo("#policy-to-delete"); _parent_el.appendTo("#policy-to-delete");
}
function showEmbeddableXML(e) { function showEmbeddableXML(e) {
$ceiling = $(this).parents('tr'); $ceiling = $(this).parents('tr');
......
...@@ -543,4 +543,6 @@ INSTALLED_APPS = ( ...@@ -543,4 +543,6 @@ INSTALLED_APPS = (
# Discussion # Discussion
'django_comment_client', 'django_comment_client',
'django.contrib.admin',
) )
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment