Skip to content

Commit

Permalink
Details of the example project
Browse files Browse the repository at this point in the history
  • Loading branch information
goinnn committed Sep 29, 2013
1 parent fee7e96 commit 27206d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example/templates/admin/change_form.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
{{ block.super }}
<p style="color:red">
Overwriting the change_form template in our project without to have to copy every line of this template in our project (without repeating code)
<a href="https://github.com/goinnn/django-smart-extends/blob/master/example/example/templates/admin/change_form.html"> See the code </a>
<a href="https://github.com/goinnn/django-smart-extends/blob/django_1.4_and_1.5/example/example/templates/admin/change_form.html"> See the code </a>
</p>
{% endblock %}

0 comments on commit 27206d2

Please sign in to comment.