Commit e8fcfe19 by Vedran Karacic Committed by Vedran Karačić

Display messages for Enrollment codes basket items.

parent e23b31d5
.basket {
.close {
margin-top: -20px;
.alertinner {
display: inline-block;
}
.container {
......@@ -53,7 +53,7 @@
width: 35%;
padding: 3px;
}
button.update-button {
display: inline-block;
vertical-align:top;
......@@ -235,10 +235,6 @@
}
.basket-client-side {
.close {
margin-top: -20px;
}
legend, p.title {
color: #337ab7;
font-size: 16px;
......
......@@ -4,9 +4,7 @@
{% load widget_tweaks %}
{% load staticfiles %}
{% if show_voucher_form %}
{% include 'partials/alert_messages.html' %}
{% endif %}
{% include 'partials/alert_messages.html' %}
<div id="summary" class="col-sm-5">
<form action="." method="post" class="row">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment