{% extends "base.html" %} {% block content %}
{% include "partials/repo_heading.html" %} {% set repo_tab = "threads" %} {% include "partials/repo_tabs.html" %}
Edit thread View thread
{% if edit_error %} {% endif %} {% if current_user and (can_edit or can_update_metadata) %}
{% if can_edit %}
{% endif %} {% set thread_form_prefix = "thread-edit" %} {% include "repo/partials/thread_metadata_buttons.html" %} {% if can_edit %}
{% with textarea_id="thread-edit-body", textarea_name="body", textarea_rows=8, textarea_value=form.body, textarea_classes="form-control", textarea_autofocus=true %} {% include "partials/markdown_preview_tabs.html" %} {% endwith %}
{% endif %}
Cancel
{% else %}

Only the thread creator can edit this thread.

{% endif %}
{% endblock %}