You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,7 +153,7 @@ This project is heavily inspired and uses code from [django-template-partials](h
153
153
154
154
__Why django-block-fragments when django-template-partials and django-render-block already exist?__
155
155
156
-
I was looking for a way to reuse the already existing `block` tags of the Django Template Language (like `django-render-block` does) but also wanted to have the convenience of using template loaders (like `django-template-partials` does). So `django-block-fragments`tries to combine features of both of these great projects.
156
+
I was looking for a way to reuse the already existing `block` tags of the Django Template Language (like `django-render-block` does) but also wanted to have the convenience of using template loaders (like `django-template-partials` does). So `django-block-fragments`combines features of both of these great projects.
157
157
158
158
__How to use `django-block-fragments` with `django-cotton`?__
0 commit comments