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 12 <li>{% trans 'End' %}: {{ course.end_date }}</li>
13 13 </ul>
14 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 16 </div>
17 17 {% endfor %}
18 18 \ No newline at end of file
... ...