diff options
author | junk | 2021-05-08 11:57:10 -0400 |
---|---|---|
committer | junk | 2021-05-08 13:35:21 -0400 |
commit | e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92 (patch) | |
tree | d26c36c66dbcf2f373c01897b1ce00da6ddc255e /cgi/templates/manage | |
parent | 91e3d67dd123561c1604ce37da8dd0e2e987ef88 (diff) | |
download | weabot-e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92.tar.gz weabot-e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92.tar.xz weabot-e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92.zip |
Cambiando home
Diffstat (limited to 'cgi/templates/manage')
-rw-r--r-- | cgi/templates/manage/news.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/templates/manage/news.html b/cgi/templates/manage/news.html index feec2a5..30fd9b7 100644 --- a/cgi/templates/manage/news.html +++ b/cgi/templates/manage/news.html @@ -37,7 +37,7 @@ <th>ID</th> <th>Fecha</th> <?py if action != 2: ?><th>TÃtulo</th><?py #endif ?> - <th>${"Noticia" if action != 2 else Tweet}</th> + <th>${"Noticia" if action != 2 else "Tweet"}</th> <th></th> </tr> <?py for post in posts: ?> |