Skip to content
Snippets Groups Projects
Commit 8a1325fa authored by Tom Teichler's avatar Tom Teichler :beers: Committed by root
Browse files

Fix menu icon

parent 794d6707
No related branches found
No related tags found
1 merge request!413Resolve "User registration"
Pipeline #10514 failed
......@@ -66,7 +66,7 @@ MENUS = {
{
"name": _("Change password"),
"url": "account_change_password",
"icon": "password",
"icon": "lock",
"validators": [
"menu_generator.validators.is_authenticated",
(
......
......@@ -23,5 +23,14 @@
{% endblocktrans %}
</a>
{% endfor %}
{% else %}
<div class="alert primary">
<div>
<i class="material-icons left">info</i>
{% blocktrans %}
No 3rd party account providers available.
{% endblocktrans %}
</div>
</div>
{% endif %}
</p>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment