etiquette/frontends/etiquette_flask
Ethan Dalool 5501f7279b Don't use last-of-type to select tag object.
It turns out that last-of-type only considers a single tag type,
it doesn't select last element of class if it has a different tag
than the other classed elements.
2020-09-14 17:19:00 -07:00
..
backend Change url parameter /tags?synonyms -> include_synonyms. 2020-09-14 05:52:00 -07:00
static Use className instead of classList here. 2020-09-14 12:01:33 -07:00
templates Don't use last-of-type to select tag object. 2020-09-14 17:19:00 -07:00
tests Remove unused imports & other small things. 2020-02-20 22:44:56 -08:00
etiquette_flask_entrypoint.py Replace werkzeug.contrib with werkzeug.middleware proxyfix. 2020-05-17 16:33:40 -07:00
etiquette_flask_launch.py main should return the args.func(args) value. 2020-02-08 17:24:57 -08:00