{% extends "base.html" %} {% block title %}Register with {{ label }}{% endblock %} {% block topbar_back %} {% endblock %} {% block topbar_main %}

Register with {{ label }}

Review the change, then write it {% endblock %} {% block content %}
{% if said %}
{{ said }}
{% endif %}

What changes

File{{ preview.path or 'unknown' }}
{% if preview.problem %}
{{ preview.problem }}. Nothing will be written.
{% elif preview.already %}
flanner is already in this file, so there is nothing to write. If {{ label }} still cannot reach it, run {{ command }} --force in a terminal to rewrite the entry.
{% else %}
{% for line in diff %}{{ line }}{% endfor %}

The same edit {{ command }} makes, written by the same function. Nothing is written until you confirm. Restart {{ label }} afterwards.

Cancel
{% endif %}
{% endblock %}