{% extends "/base.html" %} {% set active_page = "projects" %} {% import "projects/_helpers.html" as helper %} {% block content %} {{ helper.render_project_local_nav(project, 'publish', current_user, pro_features, staff_or_admin) }} {% if project %}

{{project.name}}: Publish the project

Please read carefully!

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 that it does!

Are you sure you want to publish this project?

{% else %} {{ helper.render_non_existant_project() }} {% endif %} {{ helper.broken_image() }} {% endblock %}