{% extends "/base.html" %} {% set active_page = "projects" %} {% import "projects/_helpers.html" as helper %} {% block content %} {% if project %}
{{ _('You are about to publish your project. This CANNOT be undone! Once your project has been published, people will be able to contribute to it and answers will begin to be stored.') }}
{{ _('That means that your project should be working properly, so please make sure it does. Otherwise you can work on it and publish it once it works fine.') }}