Explore Mode

{{ file_root }}_{{ filetype }}.fits

View Image View Proposal Download File

Submit Anomaly
{% if anomaly_form.errors %}
{% for field in anomaly_form %} {% for error in field.errors %}
{{ error|escape }}
{% endfor %} {% endfor %}
{% endif %} {{ csrf_input }} {% for field in anomaly_form %} {% for subwidget in field.subwidgets %}
  • {{subwidget}}
  • {% endfor %} {% endfor %}
    Comments
    {{ comment_form.comment }}