from django import template from langkawi.templatetags import button register = template.Library() register.tag('renren_button', button('langkawi/renren/renren_button.html'))
from django import template from langkawi.templatetags import button register = template.Library() register.tag('douban_button', button('langkawi/douban/douban_button.html'))
from django import template from langkawi.templatetags import button register = template.Library() register.tag("instagram_button", button("langkawi/instagram/instagram_button.html"))
from django import template from langkawi.templatetags import button register = template.Library() register.tag('qq_button', button('langkawi/qq/qq_button.html'))
from django import template from langkawi.templatetags import button register = template.Library() register.tag('weibo_button', button('langkawi/weibo/weibo_button.html'))
from django import template from langkawi.templatetags import button register = template.Library() register.tag('foursquare_button', button('langkawi/foursquare/foursquare_button.html'))
from django import template from langkawi.templatetags import button register = template.Library() register.tag('facebook_button', button('langkawi/facebook/facebook_button.html'))