| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| base.html | ||
| login.html | ||
| password_reset_complete.html | ||
| password_reset_confirm.html | ||
| password_reset_done.html | ||
| password_reset_form.html |
sed -i -e 's/{{ *STATIC_URL *}}\([^"]*\)"/{% static "\1" %}"/g' $(find -name \*.html)
for i in $(comm <(git grep -l %.static|sort) <(git grep -l staticfiles) -23); do sed -i $i -e '1a {% load staticfiles %}'; done
| Name |
Last commit
|
Last Update |
|---|---|---|
| .. | ||
| base.html | Loading commit data... | |
| login.html | Loading commit data... | |
| password_reset_complete.html | Loading commit data... | |
| password_reset_confirm.html | Loading commit data... | |
| password_reset_done.html | Loading commit data... | |
| password_reset_form.html | Loading commit data... |