More cleaning, better UX
This commit is contained in:
@@ -15,14 +15,6 @@
|
||||
.row{
|
||||
margin: 3px;
|
||||
}
|
||||
.crossed{
|
||||
text-decoration: line-through;
|
||||
}
|
||||
.tooltip {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.toolbtn {
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
@@ -38,7 +38,7 @@
|
||||
{% csrf_token %}
|
||||
{% if invalid %}
|
||||
<div class="alert alert-danger">
|
||||
Sorry, The provided code is not valid.
|
||||
Sorry, The provided code is not valid, or has already been used.
|
||||
</div>
|
||||
{% endif %}
|
||||
{% if quota %}
|
||||
|
||||
Reference in New Issue
Block a user