Commit 4457dae5de4dfece9bd51d7d707bdaea425b15d9
1 parent
ae8a869d
Exists in
master
and in
5 other branches
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,7 +87,7 @@ | ||
87 | {% endif %} | 87 | {% endif %} |
88 | {% endfor %} | 88 | {% endfor %} |
89 | <div class="row text-center"> | 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 | </div> | 91 | </div> |
92 | </form> | 92 | </form> |
93 | </div> | 93 | </div> |