예제 #1
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('github_button',
             button('socialregistration/github/github_button.html'))
예제 #2
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('buffer_button',
             button('socialregistration/buffer/buffer_button.html'))
예제 #3
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('google_button', button('socialregistration/google/google_button.html'))
예제 #4
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('github_button', button('socialregistration/github/github_button.html'))
예제 #5
0
from django import template

from socialregistration.templatetags import button

register = template.Library()

register.tag('facebook_button', button('socialregistration/facebook/facebook_button.html'))
예제 #6
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('linkedin_button', button('socialregistration/linkedin/linkedin_button.html'))
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('appdotnet_button',
             button('socialregistration/appdotnet/appdotnet_button.html'))
from django import template

from socialregistration.templatetags import button

register = template.Library()

register.tag('vkontakte_button', button('socialregistration/vkontakte/vkontakte_button.html'))
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('google_button',
             button('socialregistration/google/google_button.html'))
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('foursquare_button', button('socialregistration/foursquare/foursquare_button.html'))
예제 #11
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('buffer_button', button('socialregistration/buffer/buffer_button.html'))
예제 #12
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('untappd_button', button('untappd/untappd_button.html'))
from django import template

from socialregistration.templatetags import button

register = template.Library()

register.tag('facebook_button',
             button('socialregistration/facebook/facebook_button.html'))
예제 #14
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('instagram_button', button('socialregistration/instagram/instagram_button.html'))
예제 #15
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('twitter_button', button('socialregistration/twitter/twitter_button.html'))
예제 #16
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('tumblr_button', button('socialregistration/tumblr/tumblr_button.html'))
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag("linkedin_js_button", button("socialregistration/linkedin_js/linkedin_button.html"))
예제 #18
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('sapo_button', button('socialregistration/sapo/sapo_button.html'))
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('tumblr_button',
             button('socialregistration/tumblr/tumblr_button.html'))
예제 #20
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('foursquare_button',
             button('socialregistration/foursquare/foursquare_button.html'))
예제 #21
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('appdotnet_button', button('socialregistration/appdotnet/appdotnet_button.html'))
예제 #22
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('instagram_button',
             button('socialregistration/instagram/instagram_button.html'))