Select Git revision
marked_motifs.txt
org_round_edit.html 335 B
{% extends "base.html" %}
{% import "bootstrap/wtf.html" as wtf %}
{% block title %}Editace kola {{ round.round_code() }}{% endblock %}
{% block breadcrumbs %}
{{ ctx.breadcrumbs(action="Editace") }}
{% endblock %}
{% block body %}
{{ wtf.quick_form(form, form_type='horizontal', button_map={'submit': 'primary'}) }}
{% endblock %}