コード例 #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'))
コード例 #7
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('appdotnet_button',
             button('socialregistration/appdotnet/appdotnet_button.html'))
コード例 #8
0
from django import template

from socialregistration.templatetags import button

register = template.Library()

register.tag('vkontakte_button', button('socialregistration/vkontakte/vkontakte_button.html'))
コード例 #9
0
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('google_button',
             button('socialregistration/google/google_button.html'))
コード例 #10
0
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
ファイル: untappd.py プロジェクト: MarcusFulbright/kegbot
from django import template
from socialregistration.templatetags import button

register = template.Library()

register.tag('untappd_button', button('untappd/untappd_button.html'))
コード例 #13
0
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'))
コード例 #17
0
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'))
コード例 #19
0
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'))