Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Pole-Web
Website
Commits
6460e901
Commit
6460e901
authored
Sep 02, 2021
by
HEVELINE Thomas
Browse files
(44) Feat : affichage prix cotisant quand non cotiz
parent
2a206721
Changes
4
Expand all
Hide whitespace changes
Inline
Side-by-side
boutique/templates/boutique/item_list.html
View file @
6460e901
...
...
@@ -29,6 +29,12 @@
<span
class=
"price_number"
>
{{ object.price }}
</span>
<span
class=
"currency"
>
€
</span>
</p>
{% if object.price != object.price_contributor %}
<p
class=
"product_price not_reduc"
>
<span
class=
"price_number"
>
prix cotisant :
</span>
<span
class=
"price_number"
>
{{ object.price_contributor }}
<span
class=
"currency"
>
€
</span>
</span>
{% endif %}
{% else %}
<p
class=
"product_price"
>
...
...
static/css/base.css
View file @
6460e901
This diff is collapsed.
Click to expand it.
static/css/base.css.map
deleted
100644 → 0
View file @
2a206721
This diff is collapsed.
Click to expand it.
static/sass/_boutique.sass
View file @
6460e901
...
...
@@ -62,7 +62,7 @@
font-size
:
1
.2em
.product_price
color
:
#777
color
:
black
.strikethrough
text-decoration
:
line-through
...
...
@@ -71,6 +71,10 @@
.reduc
color
:
#006600
.not_reduc
color
:
#776
font-style
:
italic
.item-manage-list
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment