Commit cf1eb2cd8db17e4f014bbf687c780dcc017a03db
1 parent
4457dae5
Exists in
master
and in
5 other branches
updating button course's category
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
courses/templates/category/create.html
@@ -74,7 +74,7 @@ | @@ -74,7 +74,7 @@ | ||
74 | {% endif %} | 74 | {% endif %} |
75 | {% endfor %} | 75 | {% endfor %} |
76 | <div class="row text-center"> | 76 | <div class="row text-center"> |
77 | - <input type="submit" value="{% trans 'Save' %}" class="btn btn-sm btn-success" /> | 77 | + <button type="submit" class="btn btn-primary btn-raised">{% trans "Save" %}</button> |
78 | </div> | 78 | </div> |
79 | </form> | 79 | </form> |
80 | </div> | 80 | </div> |