diff --git a/app/templates/postcard_detail.html b/app/templates/postcard_detail.html index 13552ad..54731fe 100644 --- a/app/templates/postcard_detail.html +++ b/app/templates/postcard_detail.html @@ -10,7 +10,7 @@ 编辑 {% if postcard.status == 'sent' %}
- +
{% endif %}
diff --git a/app/templates/postcards.html b/app/templates/postcards.html index da2b71e..fd2cec5 100644 --- a/app/templates/postcards.html +++ b/app/templates/postcards.html @@ -48,7 +48,7 @@
{% if pc.status == 'sent' %} - + {% endif %}