Commit ee6577d59fbcd3e6940c3d7914198334fd9b0a48

Authored by ailsoncgt
1 parent 721f4d9c

Breadbrumbs #56

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/templates/home_admin_content.html
@@ -12,6 +12,6 @@ @@ -12,6 +12,6 @@
12 <li>{% trans 'End' %}: {{ course.end_date }}</li> 12 <li>{% trans 'End' %}: {{ course.end_date }}</li>
13 </ul> 13 </ul>
14 </div> 14 </div>
15 - <button type="button" class="btn btn-outline-info">{% trans 'Edit' %}</button> 15 + <a href="{% url 'course:update' course.slug %}" class="btn btn-outline-info">{% trans 'Edit' %}</a>
16 </div> 16 </div>
17 {% endfor %} 17 {% endfor %}
18 \ No newline at end of file 18 \ No newline at end of file