Skip to content
Snippets Groups Projects

WIP: Zárodek uživatelské části webu a submitování

Closed Martin Mareš requested to merge devel into master
Compare and Show latest version
3 files
+ 78
5
Compare changes
  • Side-by-side
  • Inline

Files

@@ -78,4 +78,12 @@
<p>Žádná.
{% endif %}
{% if form %}
<h3>Odevzdávání</h3>
{{ wtf.quick_form(form, form_type='basic', button_map={'submit_sol': 'primary', 'submit_fb': 'success'}) }}
{% endif %}
{% endblock %}
Loading