{% extends 'base.html' %} {% load static %} {% load placeholder_filters %} {% block bodydata %} data-project-id="{{ project.id }}" data-project-locked="{{ project.islocked }}" data-contributions-count="{{ project.observations.count }}" {% endblock %} {% block title %} | Project: {{ project.name }} - Create new social interaction{% endblock %} {% block main %}
{% include 'snippets/messages.html' %}
{% csrf_token %}

{% if project.islocked %} {% endif %} Create new post task to social media

You can use the following placeholder tags in your text and link

  • $link$: this will create a link, which can be included in the tweet.
  • $project_id$: this will display the project id.
  • $contribution_id$: this will display the contribution id.

Cancel
{% endblock %} {% block libraries %} {% endblock %}