diff --git a/puppetboard/forms.py b/puppetboard/forms.py index 5be3b1f..17243c2 100644 --- a/puppetboard/forms.py +++ b/puppetboard/forms.py @@ -25,4 +25,4 @@ class QueryForm(Form): class CatalogForm(Form): """The form used to compare the catalogs of different nodes.""" compare = HiddenField('compare') - against = SelectField(u'against') + against = SelectField('against') diff --git a/puppetboard/templates/catalog.html b/puppetboard/templates/catalog.html index 3a43248..782606c 100644 --- a/puppetboard/templates/catalog.html +++ b/puppetboard/templates/catalog.html @@ -48,7 +48,7 @@
| Resources | |
|---|---|
| {{resource.type_}}[{{resource.name}}] | @@ -30,7 +33,7 @@|
| Resources | |
| {{resource.type_}}[{{resource.name}}] | @@ -50,7 +53,7 @@Target |
| {{edge.source}} | @@ -70,7 +73,7 @@Target |
| {{edge.source}} |