Revision history [back]
Not sure if it's kosher to just copy the code verbatim, but this seems to work:
{% if answers %}
...
{% else %}
<h2 class="share-question">{% trans url=settings.APP_URL+question.get_absolute_url()|iriencode, name=settings.APP_SHORT_NAME|iriencode %}Know someone who can answer? Share a <a href="{{ url }}">link</a> to this question via
<a href="mailto:?subject={{ name }}&body={{ url }}">email</a>,
<a href="http://twitter.com/share?url={{ url }}">Twitter</a>,
<a href="http://www.facebook.com/sharer.php?u={{ url }}">Facebook</a>, or
<a href="http://www.linkedin.com/shareArticle?mini=true&url={{ url }}&source={{ name }}">Linkedin</a>.{% endtrans %}
</h2>
{% endif %}
Not sure if it's kosher to just copy the code verbatim, but this seems to work:
{% if answers %}
...
{% else %}
<h2 class="share-question">{% trans url=settings.APP_URL+question.get_absolute_url()|iriencode, name=settings.APP_SHORT_NAME|iriencode %}Know someone who can answer? Share a <a href="{{ url }}">link</a> to this question via
<a href="mailto:?subject={{ name }}&body={{ url }}">email</a>,
<a href="http://twitter.com/share?url={{ url }}">Google+</a>,
<a href="http://twitter.com/share?url={{ url }}">Twitter</a>,
<a href="http://www.facebook.com/sharer.php?u={{ url }}">Facebook</a>, or
<a href="http://www.linkedin.com/shareArticle?mini=true&url={{ url }}&source={{ name }}">Linkedin</a>.{% endtrans %}
</h2>
{% endif %}
Not sure if it's kosher to just copy the code verbatim, but this seems to work:
{% if answers %}
...
{% else %}
<h2 class="share-question">{% trans url=settings.APP_URL+question.get_absolute_url()|iriencode, name=settings.APP_SHORT_NAME|iriencode %}Know someone who can answer? Share a <a href="{{ url }}">link</a> to this question via
<a href="mailto:?subject={{ name }}&body={{ url }}">email</a>,
<a href="http://twitter.com/share?url={{ url }}">Google+</a>,
<a href="http://twitter.com/share?url={{ url }}">Twitter</a>,
<a href="http://www.facebook.com/sharer.php?u={{ url }}">Facebook</a>, or
<a href="http://www.linkedin.com/shareArticle?mini=true&url={{ url }}&source={{ name }}">Linkedin</a>.{% endtrans %}
</h2>
{% endif %}