etiquette/frontends/etiquette_flask
voussoir 9ac91d3850 Add tag delete button to specific tag page.
On the main tag listing, for child tags, you only get an unlink
button on hover. So if you want to delete a child tag you'd have to
unlink, then refresh, then delete. Now you can just go to its page
and delete it there.
2020-02-27 14:57:27 -08:00
..
backend Add endpoint /photo/photo_id/delete. 2020-02-26 18:57:29 -08:00
static Add tag delete button to specific tag page. 2020-02-27 14:57:27 -08:00
templates Add tag delete button to specific tag page. 2020-02-27 14:57:27 -08:00
tests Remove unused imports & other small things. 2020-02-20 22:44:56 -08:00
etiquette_flask_entrypoint.py Remove unused imports & other small things. 2020-02-20 22:44:56 -08:00
etiquette_flask_launch.py main should return the args.func(args) value. 2020-02-08 17:24:57 -08:00