mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-09 19:40:19 +00:00
Add Twitter button
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
{% extends "core/base.jinja" %}
|
||||
{% from 'core/macros.jinja' import user_profile_link, facebook_share %}
|
||||
{% from 'core/macros.jinja' import user_profile_link, facebook_share, tweet %}
|
||||
|
||||
{% block title %}
|
||||
{% trans %}News{% endtrans %} -
|
||||
@ -31,6 +31,7 @@
|
||||
{% endif %}
|
||||
</br>
|
||||
{{ facebook_share(news) }}
|
||||
{{ tweet(news) }}
|
||||
</section>
|
||||
{% endblock %}
|
||||
|
||||
|
Reference in New Issue
Block a user