Coverage for lists\templatetags\list_tags.py : 93%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
def initialize_list_dropdown(user_id): """ Get all the lists of a user """
def add_fanfic_button(context, fanfic_id): """ Modal to add fanfic to list """
def get_list_of_fanfic(fanfic_id, user_id): # Get the list of a fanfic list__user__id=user_id) fl = fl.first().list else:
|