summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2015-10-26 19:46:59 +0100
committerChristian Franke <nobody@nowhere.ws>2015-10-26 19:46:59 +0100
commit982945d8abad6a740546571979896f3f13a02d53 (patch)
treeac74064f1417b41259e5d6b6f375c45e72224acf
parent8f1cfde49dbe1dc10e4ffaf387ae6e3f5f4c0515 (diff)
Don't use absolute URL for registration link
-rw-r--r--template/pages/wiki_template/content.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/pages/wiki_template/content.html b/template/pages/wiki_template/content.html
index a6fd7b5..13658d4 100644
--- a/template/pages/wiki_template/content.html
+++ b/template/pages/wiki_template/content.html
@@ -18,7 +18,7 @@
<TMPL_IF GETSOURCEURL>
<li><a href="<TMPL_VAR GETSOURCEURL>">Source</a></li>
</TMPL_IF>
-<li><a href="https://sublab.org/subdap/create">Registrieren</a></li>
+<li><a href="/subdap/create">Registrieren</a></li>
<!--<TMPL_IF PREFSURL>
<li><a href="<TMPL_VAR PREFSURL>">Einstellungen</a></li>
</TMPL_IF>-->