{% extends 'forecastmanager/forecast_base.html' %} {% load wagtailsettings_tags %} {% get_settings use_default_site=True %} {% load wagtailadmin_tags i18n static %} {% block extra_css %} {{block.super}} {% endblock extra_css %} {% block forecast %}

Add forecast

{% csrf_token %}
You can download a template of the CSV for offline editing and upload it here. The template comes prepopulated with all pre-exisiting cities.
  • The uploaded file should be a CSV, similar to the table on the right
  • Date of forecast
{% endblock %} {% block extra_js %} {{block.super}} {% include "wagtailadmin/pages/_editor_js.html" %} {{ form.media.js}} {% endblock %}