Skip to content

Commit

Permalink
fixed theme switching
Browse files Browse the repository at this point in the history
  • Loading branch information
vabene1111 committed Mar 18, 2020
1 parent 1cadb1e commit 00539b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/templates/settings.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h4><i class="fas fa-language fa-fw"></i> {% trans 'Language' %}</h4>
{% endfor %}
</select>
<br/>
<button class="btn btn-success" type="submit" name="preference_form"><i class="fas fa-save"></i> {% trans 'Save' %}</button>
<button class="btn btn-success" type="submit"><i class="fas fa-save"></i> {% trans 'Save' %}</button>
</form>
</div>

Expand All @@ -61,7 +61,7 @@ <h4><i class="fas fa-palette fa-fw"></i> {% trans 'Style' %}</h4>
<form action="." method="post">
{% csrf_token %}
{{ preference_form|crispy }}
<button class="btn btn-success" type="submit"><i class="fas fa-save"></i> {% trans 'Save' %}</button>
<button class="btn btn-success" type="submit" name="preference_form"><i class="fas fa-save"></i> {% trans 'Save' %}</button>
</form>


Expand Down

0 comments on commit 00539b9

Please sign in to comment.