Guest User

Untitled

a guest
Nov 17th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.18 KB | None | 0 0
  1. @register.component_tag('common/templatetags/_form_section_end.html')
  2. def form_section_end(context):
  3.     """
  4.    Print HTML for a separator line in form
  5.    """
  6.     return { }
Add Comment
Please, Sign In to add comment