Example #1
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

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

register = template.Library()

register.tag('buffer_button',
             button('socialregistration/buffer/buffer_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('github_button', button('socialregistration/github/github_button.html'))
from django import template

from socialregistration.templatetags import button

register = template.Library()

register.tag('facebook_button', button('socialregistration/facebook/facebook_button.html'))
Example #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'))
Example #11
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('buffer_button', button('socialregistration/buffer/buffer_button.html'))
Example #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'))
from django import template
from socialregistration.templatetags import button

register = template.Library()

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

register = template.Library()

register.tag('twitter_button', button('socialregistration/twitter/twitter_button.html'))
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"))
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'))
Example #20
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

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

register = template.Library()

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

register = template.Library()

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