# 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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user