FossilRepo

Restrict KB page creation to superusers only

lmata 2026-04-07 19:31 trunk
Commit d9493e500320d200a8af313994402f22b586c6f6160b9b309cdf458ba866fdb9
--- templates/includes/sidebar.html
+++ templates/includes/sidebar.html
@@ -108,11 +108,11 @@
108108
<a href="{% url 'pages:detail' slug=p.slug %}"
109109
class="block rounded-md px-3 py-1.5 text-sm {% if p.slug in request.path %}text-brand-light font-medium{% else %}text-gray-500 hover:text-gray-300{% endif %} truncate">
110110
{{ p.name }}
111111
</a>
112112
{% endfor %}
113
- {% if perms.pages.add_page %}
113
+ {% if user.is_superuser %}
114114
<a href="{% url 'pages:create' %}"
115115
class="block rounded-md px-3 py-1.5 text-sm text-gray-600 hover:text-brand-light">
116116
+ New
117117
</a>
118118
{% endif %}
119119
--- templates/includes/sidebar.html
+++ templates/includes/sidebar.html
@@ -108,11 +108,11 @@
108 <a href="{% url 'pages:detail' slug=p.slug %}"
109 class="block rounded-md px-3 py-1.5 text-sm {% if p.slug in request.path %}text-brand-light font-medium{% else %}text-gray-500 hover:text-gray-300{% endif %} truncate">
110 {{ p.name }}
111 </a>
112 {% endfor %}
113 {% if perms.pages.add_page %}
114 <a href="{% url 'pages:create' %}"
115 class="block rounded-md px-3 py-1.5 text-sm text-gray-600 hover:text-brand-light">
116 + New
117 </a>
118 {% endif %}
119
--- templates/includes/sidebar.html
+++ templates/includes/sidebar.html
@@ -108,11 +108,11 @@
108 <a href="{% url 'pages:detail' slug=p.slug %}"
109 class="block rounded-md px-3 py-1.5 text-sm {% if p.slug in request.path %}text-brand-light font-medium{% else %}text-gray-500 hover:text-gray-300{% endif %} truncate">
110 {{ p.name }}
111 </a>
112 {% endfor %}
113 {% if user.is_superuser %}
114 <a href="{% url 'pages:create' %}"
115 class="block rounded-md px-3 py-1.5 text-sm text-gray-600 hover:text-brand-light">
116 + New
117 </a>
118 {% endif %}
119

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button