aboutsummaryrefslogtreecommitdiff
path: root/cgi/templates/manage/news.html
diff options
context:
space:
mode:
authorLibravatar junk 2021-05-08 11:57:10 -0400
committerLibravatar junk 2021-05-08 13:35:21 -0400
commite85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92 (patch)
treed26c36c66dbcf2f373c01897b1ce00da6ddc255e /cgi/templates/manage/news.html
parent91e3d67dd123561c1604ce37da8dd0e2e987ef88 (diff)
downloadweabot-e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92.tar.gz
weabot-e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92.tar.xz
weabot-e85319f9e58c6ff3ed2d2d6f33596d8bb71a1f92.zip
Cambiando home
Diffstat (limited to 'cgi/templates/manage/news.html')
-rw-r--r--cgi/templates/manage/news.html2
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: ?>