# 71 Shortcut buttons enhanced

* adds bootstrap class to prevent link style rendering
* reorganizes templates for home view into separate quickstart templates
This commit is contained in:
2022-01-31 08:06:41 +01:00
parent 9c338f8a90
commit 4452405b15
5 changed files with 120 additions and 114 deletions

View File

@@ -17,7 +17,7 @@
{% endfor %}
<div class="col-sm-12 col-md-12 col-lg">
<div class="card {{msg.importance|bootstrap_cls}} h-100">
<a class="w-100 h-100" href="{% url 'news:index' %}">
<a class="w-100 h-100 text-decoration-none" href="{% url 'news:index' %}">
<div class="card-body d-flex align-items-center justify-content-center h-100">
<h5 class="card-title">{% trans 'Older ...' %}</h5>
</div>