clean unused templates
added .env file to git because of the reason :)
This commit is contained in:
+12
-12
@@ -65,18 +65,18 @@
|
||||
|
||||
|
||||
{% block custom_styles %}
|
||||
<style>
|
||||
.selectable-row {
|
||||
cursor: pointer;
|
||||
}
|
||||
.selected-row {
|
||||
background-color: #e6f3ff;
|
||||
}
|
||||
.btn[disabled] {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
</style>
|
||||
{#<style>#}
|
||||
{# .selectable-row {#}
|
||||
{# cursor: pointer;#}
|
||||
{# }#}
|
||||
{# .selected-row {#}
|
||||
{# background-color: #e6f3ff;#}
|
||||
{# }#}
|
||||
{# .btn[disabled] {#}
|
||||
{# opacity: 0.5;#}
|
||||
{# cursor: not-allowed;#}
|
||||
{# }#}
|
||||
{#</style>#}
|
||||
{% endblock custom_styles %}
|
||||
|
||||
{% block crud_js %}
|
||||
|
||||
Reference in New Issue
Block a user