Skip to content

Commit

Permalink
Fix configuration form in deployment (#2836)
Browse files Browse the repository at this point in the history
  • Loading branch information
ar4s committed Oct 7, 2016
1 parent 4d62259 commit 6a27c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ralph/deployment/forms.py
Expand Up @@ -17,7 +17,7 @@ def is_valid(self):
is_valid = super().is_valid()
try:
_render_configuration(
self.cleaned_data['configuration'], MagicMock(),
self.cleaned_data.get('configuration', ''), MagicMock(),
disable_reverse=True
)
except TemplateSyntaxError as error:
Expand Down

0 comments on commit 6a27c9e

Please sign in to comment.