2023-03-30 12:46:06 -04:00
|
|
|
{% extends 'generic/confirmation_form.html' %}
|
2023-07-29 03:30:25 +07:00
|
|
|
{% load i18n %}
|
2023-03-30 12:46:06 -04:00
|
|
|
|
2023-07-29 03:30:25 +07:00
|
|
|
{% block title %}{% trans "Reset Dashboard" %}?{% endblock %}
|
2023-03-30 12:46:06 -04:00
|
|
|
|
|
|
|
{% block message %}
|
2023-09-11 16:17:02 -04:00
|
|
|
<p>
|
|
|
|
{% blocktrans trimmed %}
|
|
|
|
This will remove <strong>all</strong> configured widgets and restore the default dashboard configuration.
|
|
|
|
{% endblocktrans %}
|
|
|
|
</p>
|
|
|
|
<p>
|
|
|
|
{% blocktrans trimmed %}
|
|
|
|
This change affects only <i>your</i> dashboard, and will not impact other users.
|
|
|
|
{% endblocktrans %}
|
|
|
|
</p>
|
2023-03-30 12:46:06 -04:00
|
|
|
{% endblock %}
|