ArchiveBox/archivebox/index
Preston Maness 1989275944 Fix issue #617 by using mark_safe in combination with format_html
I have no experience with Django, so all I'm really going off of is this
stackoverflow

https://stackoverflow.com/a/64498319

which cited this bit of Django documentation:

https://docs.djangoproject.com/en/3.1/ref/utils/#django.utils.html.format_html

After using this method, I no longer get the 500 error or KeyError
exception, and can browse the local server and interact with the single
entry in it (the problematic URL in ArchiveBox#617 with curly braces).

Whether this is the "right" method or not, I have no idea. But it is at
least a start.
2021-01-23 20:32:56 -06:00
..
__init__.py docs: fix simple typo, timstamp -> timestamp 2021-01-06 20:03:40 +02:00
csv.py split up utils into separate files 2019-04-30 23:13:04 -04:00
html.py Fix issue #617 by using mark_safe in combination with format_html 2021-01-23 20:32:56 -06:00
json.py feat: move import 2020-11-28 13:11:15 -05:00
schema.py fix lint errors 2020-12-11 16:51:11 +02:00
sql.py tweak warning msg 2020-12-06 02:11:36 +02:00