Commit fa53b81a548756fe73a908f5b7193c705ed43495
1 parent
08e2195e
Exists in
master
and in
5 other branches
Bug fixings...
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
courses/templates/category/index.html
... | ... | @@ -33,7 +33,7 @@ |
33 | 33 | <div class="panel-body"> |
34 | 34 | <ul class="nav nav-pills nav-stacked"> |
35 | 35 | <li><a href="javascript:void(0)">{% trans 'Replicate Course' %}</a></li> |
36 | - <li><a href="{% url 'course:creates' %}">{% trans 'Create Course' %}</a></li> | |
36 | + <li><a href="{% url 'course:create' %}">{% trans 'Create Course' %}</a></li> | |
37 | 37 | <li><a href="{% url 'course:create_cat' %}">{% trans 'Create Category' %}</a></li> |
38 | 38 | </ul> |
39 | 39 | </div> | ... | ... |
courses/templates/course/create.html