Remove unused css id.

This commit is contained in:
Santiago Lamora 2019-12-17 11:58:38 +01:00
parent 92715994c2
commit 78fcfeefcb
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
{% load i18n %}
{% block content %}
<a id="vert_menu" class="btn-arrow-left" href="{% url 'musician:dashboard' %}">{% trans "Go back" %}</a>
<a class="btn-arrow-left" href="{% url 'musician:dashboard' %}">{% trans "Go back" %}</a>
<h1 class="service-name">{% trans "DNS settings for" %} <span class="font-weight-light">{{ object.name }}</span></h1>
<p class="service-description">Litle description of what to be expected in this section to aid the user. Even a link to more help if there is one available.</p>