Skip to content
Snippets Groups Projects
Commit 0ceded47 authored by Jan Prachař's avatar Jan Prachař
Browse files

removing btn-group

parent 61261833
Branches
No related tags found
No related merge requests found
...@@ -198,7 +198,7 @@ Existuje více než jedna verze oprav, finální je podbarvená. ...@@ -198,7 +198,7 @@ Existuje více než jedna verze oprav, finální je podbarvená.
{{ wtf.form_field(form.file, form_type='horizontal', horizontal_columns=('sm', 2, 10)) }} {{ wtf.form_field(form.file, form_type='horizontal', horizontal_columns=('sm', 2, 10)) }}
{{ wtf.form_field(form.file_note, form_type='horizontal', horizontal_columns=('sm', 2, 10)) }} {{ wtf.form_field(form.file_note, form_type='horizontal', horizontal_columns=('sm', 2, 10)) }}
<div class="form-group"> <div class="form-group">
<div class="btn btn-group col-sm-offset-2"> <div class="col-sm-offset-2 col-sm-10">
{% if allow_upload_solutions %} {% if allow_upload_solutions %}
{{ wtf.form_field(form.submit_sol, class='btn btn-primary', value=action + ' a nahrát soubor jako řešení' )}} {{ wtf.form_field(form.submit_sol, class='btn btn-primary', value=action + ' a nahrát soubor jako řešení' )}}
{% endif %} {% endif %}
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment