Show prices for logged in users

Trip prices are visible on trip list, accommodation list,
conference list and travel list.

Prices are hidden if not logged in, except conference prices.

Still need to show prices on individual trip page.
This commit is contained in:
Edward Betts 2024-04-17 11:40:13 +01:00
parent dbffd60937
commit e2afe0ffa4
7 changed files with 53 additions and 7 deletions

View file

@ -5,7 +5,7 @@
{% block title %}Conferences - Edward Betts{% endblock %}
{% block style %}
{% set column_count = 8 %}
{% set column_count = 9 %}
<style>
.grid-container {
display: grid;