Skip to content

Commit 3ca274c

Browse files
committed
Consistency
1 parent 3ab9f2d commit 3ca274c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

django_forms/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Django is taking care of validating that all the fields in our form are correct.
224224

225225
Now we know how to add a new form. But what if we want to edit an existing one? It is very similar to what we just did. Let's create some important things quickly (if you don't understand something, you should ask your coach or look at the previous chapters, since we covered all these steps already).
226226

227-
Open `blog/post_detail.html` and add this line:
227+
Open `blog/templates/blog/post_detail.html` and add this line:
228228

229229
<a class="btn btn-default" href="{% url 'post_edit' pk=post.pk %}"><span class="glyphicon glyphicon-pencil"></span></a>
230230

0 commit comments

Comments
 (0)