Commit 4457dae5de4dfece9bd51d7d707bdaea425b15d9

Authored by Matheus Lins
1 parent ae8a869d

updating button edit category #173

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
courses/templates/category/update.html
... ... @@ -87,7 +87,7 @@
87 87 {% endif %}
88 88 {% endfor %}
89 89 <div class="row text-center">
90   - <input type="submit" value="{% trans 'Save' %}" class="btn btn-sm btn-success" />
  90 + <button type="submit" class="btn btn-primary btn-raised">{% trans "Save" %}</button>
91 91 </div>
92 92 </form>
93 93 </div>
... ...