diff --git a/bda/static/fonts/josefinsans.ttf b/bda/static/fonts/josefinsans.ttf new file mode 100644 index 00000000..d234c43c Binary files /dev/null and b/bda/static/fonts/josefinsans.ttf differ diff --git a/bda/templates/descriptions.html b/bda/templates/descriptions.html index d95c2207..ba4a7269 100644 --- a/bda/templates/descriptions.html +++ b/bda/templates/descriptions.html @@ -1,64 +1,69 @@ -{% for show in shows %} - - - - - - - - - - - - - - - - - - - - - - {% if slots_description != "" %} - - - - {% endif %} - {% if show.image %} - - - - {% elif show.ext_link != "" %} - - - - {% endif %} - -
-

{{ show.title }}

-
{{ show.location }}{% if show.category %}{{ show.category }}{% endif %}
{{ show.date }}{{ show.slots }} place{{ show.slots|pluralize}} - show.price
-

{{ show.vips }}

-
-

{{ show.description }}

- {% for quote in show.quote_set.all %} -
-

“{{ quote.text }}”

-
{{ quote.author }}
- {% endfor %} -
- {{ show.slots_description }} -
-

- {% if show.ext_link != "" %} - - - {% else %} - {{ show.title }} - {% endif %} -

-
- Lien vers le site du spectacle -
-{% endfor %} + + + + + + + + {% for show in shows %} + + + + + + + + + + + + + + + + + + + + {% if show.image %} + + + + {% endif %} + +

{{ show.title }}

{{ show.location }}

{{ show.category }}

{{ show.date }}

{{ show.slots }} place{{ show.slots|pluralize}} {% if slots_description != "" %}({{ show.slots_description }}){% endif %}- show.price

{{ show.category }}

+

{{ show.description }}

+ {% for quote in show.quote_set.all %} +

«{{ quote.text }}»{% if show.quote.author %} - {{ quote.author }}{% endif %}

+ {% endfor %} +

{{ show.title }}

+ {% endfor %} + +