Skip to content

Commit

Permalink
semantic: set cancel button style to default
Browse files Browse the repository at this point in the history
  • Loading branch information
zzacharo committed Jun 22, 2020
1 parent a3f7b44 commit bc190f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{%- for field in form %}
{{ render_field(field) }}
{%- endfor %}
<a href="{{ url_for('.index') }}" class="ui button secondary basic">
<a href="{{ url_for('.index') }}" class="ui button">
<i class="icon x"></i> {{ _('Cancel') }}
</a>
<button type="submit" class="ui button primary">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
{{ render_field(form.name, autofocus=True) }}
{{ render_scopes_field(form.scopes) }}
{{ form.csrf_token }}
<a href="{{ url_for('.index') }}" class="ui button secondary basic">
<a href="{{ url_for('.index') }}" class="ui button">
<i class="icon x"></i> {{ _('Cancel') }}
</a>
<button type="submit" class="ui button primary">
Expand Down

0 comments on commit bc190f9

Please sign in to comment.