Skip to content

Commit 36e1309

Browse files
author
Alicia Hickey
committed
Add line to match original file
1 parent a244376 commit 36e1309

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

martor/widgets.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ def render(self, name, value, attrs=None, renderer=None, **kwargs):
2222
'data-search-users-url': MARTOR_SEARCH_USERS_URL,
2323
'data-base-emoji-url': MARTOR_MARKDOWN_BASE_EMOJI_URL
2424
}
25+
2526
# Make sure that the martor value is in the class attr passed in
2627
if 'class' in attrs:
2728
attrs['class'] += ' martor'

0 commit comments

Comments
 (0)