Skip to content
Snippets Groups Projects
Select Git revision
  • fd8bfef4851b71ec8cc289b4f0c4cebdc9c22eae
  • master default protected
2 results

scan

Blame
  • org_contest_edit.html 366 B
    {% extends "base.html" %}
    {% import "bootstrap/wtf.html" as wtf %}
    
    {% block title %}Editace soutěže {{ round.round_code() }}: {{ contest.place.name }}{% endblock %}
    {% block breadcrumbs %}
    {{ ctx.breadcrumbs(action="Editace") }}
    {% endblock %}
    {% block body %}
    
    {{ wtf.quick_form(form, form_type='horizontal', button_map={'submit': 'primary'}) }}
    
    {% endblock %}