mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-13 10:30:16 +00:00
letsencrypt: Provide link to configure domain if not configured
Added hyper link to /plinth/sys/config as per #1355. Closes: #1355. Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
21c664082b
commit
51fc87f1bc
@ -321,9 +321,10 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% else %}
|
{% else %}
|
||||||
|
{% url 'config:index' as config_url %}
|
||||||
{% blocktrans trimmed %}
|
{% blocktrans trimmed %}
|
||||||
No domains have been configured. Configure domains to be able to
|
No domains have been configured. <a href="{{ config_url }}">Configure
|
||||||
obtain certificates for them.
|
domains</a> to be able to obtain certificates for them.
|
||||||
{% endblocktrans %}
|
{% endblocktrans %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user