We have metadata editors for almost everything now
authorMagnus Hagander <magnus@hagander.net>
Mon, 7 May 2018 19:30:16 +0000 (21:30 +0200)
committerMagnus Hagander <magnus@hagander.net>
Mon, 7 May 2018 19:30:16 +0000 (21:30 +0200)
Stop saying we don't on the admin dashbaord

template/confreg/admin_dashboard.html

index 90989d4e21292a91fb95cca26fb0210c07d8d2f9..d0903ebec0cbe105e4d30e06fc8bb31444307c77 100644 (file)
@@ -47,8 +47,8 @@
 
 {%if user.is_superuser%}
 <p>
-Entering metadata is still typically done through the
-<a href="/admin/confreg/">main admin interface</a>.
+Everything should normally be edited through interfaces above. For exceptional cases,
+there is still <a href="/admin/confreg/">main admin interface</a>.
 </p>
 {%endif%}