diff options
author | Jesús <heckyel@hyperbola.info> | 2020-12-15 11:24:13 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2020-12-15 11:24:13 -0500 |
commit | e9215534d3f775078715c4b5af8de0e04c79d942 (patch) | |
tree | c5f7fcddfc9617cf1c88940fedf025d16c9dbd47 /youtube/templates/status.html | |
parent | 7a765dc664d20f966e4e52abac1f5372045e166c (diff) | |
download | yt-local-e9215534d3f775078715c4b5af8de0e04c79d942.tar.lz yt-local-e9215534d3f775078715c4b5af8de0e04c79d942.tar.xz yt-local-e9215534d3f775078715c4b5af8de0e04c79d942.zip |
Migration general theme: fix missing message-box style
Diffstat (limited to 'youtube/templates/status.html')
-rw-r--r-- | youtube/templates/status.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube/templates/status.html b/youtube/templates/status.html index 901aa5b..97e2ed4 100644 --- a/youtube/templates/status.html +++ b/youtube/templates/status.html @@ -4,4 +4,3 @@ {% block main %} {{ message }} {% endblock %} - |