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

Add New Link

Back to Links
Upload an image file (jpg, png)
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 %}