Skip to content

Commit

Permalink
Change debug comment format.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbr committed Aug 7, 2015
1 parent 32fd115 commit b1ef468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask_bootstrap/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def _get_wrap(self, node):

div = tags.div(_class=classes)
if current_app.debug:
div.add(tags.comment('Tag {} ({})'.format(
div.add(tags.comment(' Field: {} ({}) '.format(
node.name, node.__class__.__name__)
))

Expand Down

0 comments on commit b1ef468

Please sign in to comment.