forked from Github-Mirrors/canaille
Fixed submit button display bug
This commit is contained in:
parent
f1e6cd1586
commit
7628bd1a41
1 changed files with 5 additions and 1 deletions
|
@ -135,7 +135,11 @@ id=none) -%}
|
||||||
{{ render_fields(form) }}
|
{{ render_fields(form) }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if action_text %}
|
{% if action_text %}
|
||||||
<button type="submit" class="{{ btn_class }}">{{ action_text }}</button>
|
<div class="ui right aligned container">
|
||||||
|
<div class="ui stackable buttons">
|
||||||
|
<button type="submit" class="{{ btn_class }}">{{ action_text }}</button>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</form>
|
</form>
|
||||||
{%- endmacro %}
|
{%- endmacro %}
|
||||||
|
|
Loading…
Reference in a new issue