mirror of
https://github.com/thomiceli/opengist.git
synced 2025-07-11 02:11:52 +02:00
Add require login feature to see gists
This commit is contained in:
2
templates/base/base_header.html
vendored
2
templates/base/base_header.html
vendored
@ -66,7 +66,7 @@
|
||||
</svg>
|
||||
</a>
|
||||
{{ else }}
|
||||
{{ if not .signupDisabled }}
|
||||
{{ if not .DisableSignup }}
|
||||
<a href="/register" class="inline-flex text-slate-300 hover:bg-gray-700 hover:text-white px-3 py-2 rounded-md text-sm font-medium">
|
||||
<p class="text-slate-300 mr-1">Register</p>
|
||||
</a>
|
||||
|
Reference in New Issue
Block a user