Skip to content
Snippets Groups Projects
Verified Commit ba77d14b authored by Jakob Moser's avatar Jakob Moser
Browse files

No unlock necessary anymore for protocols

parent 9dd2ce33
No related branches found
No related tags found
No related merge requests found
Pipeline #6920 failed
......@@ -34,11 +34,6 @@ export const Unlock = {
),
" mit dem Namen des neu erstellten Accounts.",
]),
m("h2", [m("i.fa-regular.fa-note-sticky"), " Protokolle"]),
m(
"p",
"Melde dich am GitLab an, und klicke im Protokolle-Repository auf „Request access“.",
),
]),
)
},
......
......@@ -29,10 +29,10 @@ export const services = [
),
new Service(
"Protokolle",
"https://fachschaft.cl.uni-heidelberg.de/protokolle",
"https://protokolle.fachschaft.cl.uni-heidelberg.de",
"fa-regular fa-note-sticky",
"CL-Account",
true,
false,
),
new Service("Freischalten", "/unlock", "fa-solid fa-lock"),
new Service(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment