diff --git a/web/templates/base.html b/web/templates/base.html index a0ece67..9d7b565 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -161,7 +161,7 @@
  • FAQ

  • -

    Donation Address:
    {{ site_meta.donation_address }}

    +

    Donation Address:
    {{ site_meta.donation_address }}{% if site_meta.debug %} (stage){% endif %}

    diff --git a/web/templates/items/list_items.html b/web/templates/items/list_items.html index 799eafb..c33791e 100644 --- a/web/templates/items/list_items.html +++ b/web/templates/items/list_items.html @@ -6,6 +6,7 @@

    View Items

    + {% if request.user.is_authenticated %} Your Items All Items
    @@ -19,7 +20,7 @@
    {% endfor %} - + {% endif %} {% if items %}