[Fixed]-How can I do to show a link in a template only for an amdinistrator? 14 December 2023 by thecoderscamp.com 1👍 ✅ You can use: {% if user.is_staff %} <a href="mylink">my text</a> {% endif %} 👤arcegk Why uses South to do migration in Django? Source:stackexchange.com