{% extends "base.html" %} {% block content %} {% include 'comics/edit_nav.html' %}

Manage Links

  • name
  • actions
{% for link in links %}
{% endfor %}
- Header Links will be listed horizontally below the title/image at the top of your comic page
- Other Comics and Misc Links will listed vertically to the left of the Author's Notes on your comic page
- Any image links uploaded will be reduced to 150px max width
{{ form.as_p }}
{% endblock %}