X-Git-Url: https://git.mdrn.pl/prawokultury.git/blobdiff_plain/fdc3961121619b598c7782e857362fc4e6a14164..09f046d960613fb4022cd7f4ad5a66a9787bc32a:/prawokultury/templates/share.html diff --git a/prawokultury/templates/share.html b/prawokultury/templates/share.html new file mode 100755 index 0000000..3f6b487 --- /dev/null +++ b/prawokultury/templates/share.html @@ -0,0 +1,29 @@ +{% load i18n common_tags static %} +{% with encoded_url=url|build_absolute_uri:request|urlencode encoded_desc=description|urlencode %} + + {% trans 'Share on Facebook' %} + + {% trans 'Share on Google+' %} + + {% trans 'Share on Twitter' %} + + {% trans 'Share on NK.pl' %} +{% comment %} + + {% trans 'Share on Diaspora' %} + + {% trans 'Share on Blip.pl' %} +{% endcomment %} +{% endwith %} \ No newline at end of file