app/soc/templates/soc/site/docs/edit.html
changeset 241 0408b85de42b
parent 237 d360162714b6
child 290 2a92b866ed40
equal deleted inserted replaced
240:dd0497f6da41 241:0408b85de42b
    24  {% endif %}
    24  {% endif %}
    25 {% endblock %}
    25 {% endblock %}
    26 {% block header_title %}
    26 {% block header_title %}
    27  {% if existing_doc %}
    27  {% if existing_doc %}
    28   Modify Existing Document
    28   Modify Existing Document
    29    <a href="/docs/{{ existing_doc.partial_path }}/{{ existing_doc.link_name }}">"{{ existing_doc.title }}"</a>
    29    <a href="/docs/show/{{ existing_doc.partial_path }}/{{ existing_doc.link_name }}">"{{ existing_doc.title }}"</a>
    30  {% else %}
    30  {% else %}
    31   Create a New Document
    31   Create a New Document
    32  {% endif %}
    32  {% endif %}
    33 {% endblock %}
    33 {% endblock %}
    34 
    34