Remove leftover references
This commit is contained in:
parent
b0ec30d18b
commit
f3803e95f6
6 changed files with 17 additions and 43 deletions
|
|
@ -2,27 +2,23 @@
|
||||||
{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% block actions %}
|
{% block actions %}
|
||||||
<section class="section form__section--last">
|
<section class="section form__section--last">
|
||||||
<fieldset class="fieldset form__fieldset">
|
<fieldset class="fieldset form__fieldset">
|
||||||
{% include "components/form/confirm-button.html" %}
|
{% include "components/form/confirm-button.html" %}
|
||||||
|
|
||||||
<a class="link button button--primary" href="{% url 'accounts:password-change' %}">
|
<a class="link button button--primary" href="{% url 'accounts:password-change' %}">
|
||||||
{% trans "Change password" %}
|
{% trans "Change password" %}
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
{% if favicon_task_allowed %}
|
{% if favicon_task_allowed %}
|
||||||
<a class="link button button--primary" href="{% url 'accounts:settings:favicon' %}">
|
<a class="link button button--primary" href="{% url 'accounts:settings:favicon' %}">
|
||||||
{% trans "Fetch favicons" %}
|
{% trans "Fetch favicons" %}
|
||||||
</a>
|
</a>
|
||||||
{% else %}
|
{% else %}
|
||||||
<button class="button button--primary button--disabled" disabled>
|
<button class="button button--primary button--disabled" disabled>
|
||||||
{% trans "Fetch favicons" %}
|
{% trans "Fetch favicons" %}
|
||||||
</button>
|
</button>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
</fieldset>
|
||||||
<a class="link button button--primary" href="{% url 'accounts:settings:integrations' %}">
|
</section>
|
||||||
{% trans "Third party integrations" %}
|
|
||||||
</a>
|
|
||||||
</fieldset>
|
|
||||||
</section>
|
|
||||||
{% endblock actions %}
|
{% endblock actions %}
|
||||||
|
|
|
||||||
|
|
@ -18,8 +18,6 @@
|
||||||
@import './sidebar/index';
|
@import './sidebar/index';
|
||||||
@import './table/index';
|
@import './table/index';
|
||||||
|
|
||||||
@import './integrations/index';
|
|
||||||
|
|
||||||
@import './rules/index';
|
@import './rules/index';
|
||||||
|
|
||||||
@import './post/index';
|
@import './post/index';
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
.integrations {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
gap: 15px;
|
|
||||||
|
|
||||||
padding: 15px;
|
|
||||||
|
|
||||||
&__controls {
|
|
||||||
display: flex;
|
|
||||||
flex-wrap: wrap;
|
|
||||||
gap: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
@import './integrations';
|
|
||||||
|
|
@ -12,4 +12,3 @@
|
||||||
@import './rules/index';
|
@import './rules/index';
|
||||||
|
|
||||||
@import './settings/index';
|
@import './settings/index';
|
||||||
@import './integrations/index';
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
#integrations--page {
|
|
||||||
.section {
|
|
||||||
width: 70%;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue