Adds alt text to status images

This commit is contained in:
Mouse Reeve
2020-11-24 11:44:13 -08:00
parent 45a0bd79fd
commit ff5a0f7bc2
5 changed files with 7 additions and 4 deletions

2
bw-dev
View File

@ -61,7 +61,7 @@ case "$1" in
;;
migrate)
execweb python manage.py rename_app fedireads bookwyrm
execweb python manage.py migrate
execweb python manage.py "$@"
;;
bash)
execweb bash