{% extends 'base.html' %} {% block title %}nbsp.space - Edit Link{% endblock %} {% block content %}

Edit Link

Back to Links
Upload a new image file (jpg, png, gif, svg, webp) or leave empty to keep the current image

Current image: {{ link.img }}

{{ link.name }}
Example: shopping, services, kommunikation
⚠️ This only controls who sees the link on the dashboard. It does NOT provide access control. For internal nbsp.space links, use route decorators for actual security.
{% for group in all_groups %}
{% endfor %}
{% endblock %}