Fixed update posts error
This commit is contained in:
@@ -60,7 +60,7 @@
|
||||
<div class="fourth-900 half-600 card box" style="background-color:{{ post.background }};">
|
||||
<span class="stack" style="font-size:smaller;color:rgba(17,17,17,.4);margin-bottom:.6em;">[{{ post.valid_at|date("d/m/Y") }} - {{ post.expired_at|date("d/m/Y") }}]</span>
|
||||
<span class="stack" style="color:{{ post.foreground }};">{{ post.content|rendermd }}</span>
|
||||
<form method="post">
|
||||
<form method="post" action="/">
|
||||
<footer class="flex full grow">
|
||||
{% if post.status != 0 %}
|
||||
<div class="half-900">
|
||||
|
||||
Reference in New Issue
Block a user