project_json_validator.html 225 B

1234
  1. {% set page_title = _("Validating the JSON URL") %}
  2. {% set validator_url = url_for('.json_url_validator') %}
  3. {% set confirm_url = url_for('.create_project_json_confirm') %}
  4. {% include 'validator_generic.html' with context %}