Пример #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'))