diff options
| author | lost+skunk <[email protected]> | 2025-02-22 15:30:29 +0300 |
|---|---|---|
| committer | lost+skunk <[email protected]> | 2025-02-22 15:30:29 +0300 |
| commit | 048bb470ab8dc3adce83d2e615f3ab369efa2199 (patch) | |
| tree | 3b0dc678795aa8713109e0aa74609ab8fd631908 /static/html/gruser.htm | |
| parent | 32c61ec8ea577fdd37f7d50e1c176273960aa3e0 (diff) | |
| download | skunky-art-048bb470ab8dc3adce83d2e615f3ab369efa2199.tar.gz skunky-art-048bb470ab8dc3adce83d2e615f3ab369efa2199.tar.bz2 skunky-art-048bb470ab8dc3adce83d2e615f3ab369efa2199.zip | |
Переключатель кеша в озу, небольшие улучшения ксс, фикс нсфв, фикс максимального размера кеша
Diffstat (limited to 'static/html/gruser.htm')
| -rw-r--r-- | static/html/gruser.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/html/gruser.htm b/static/html/gruser.htm index 6593951..4e8e3d1 100644 --- a/static/html/gruser.htm +++ b/static/html/gruser.htm @@ -30,7 +30,7 @@ </form> <h1>| {{.Templates.GroupUser.GR.Owner.Username}}</h1> </header> {{if eq .Type 'a'}} - {{if ne .Templates.GroupUser.About.BG ""}} + {{if and (and (ne .Templates.About.Nsfw true) (ne .Templates.GroupUser.About.BGMeta.NSFW true)) (ne .Templates.GroupUser.About.BG "")}} <a href="{{.Templates.GroupUser.About.BGMeta.Url}}" class="ubg"><img title="{{if ne .Templates.GroupUser.GR.Owner.Username .Templates.GroupUser.About.BGMeta.Author.Username}} {{.Templates.GroupUser.About.BGMeta.Author.Username}} - {{end}}{{.Templates.GroupUser.About.BGMeta.Title}}" src="{{.Templates.GroupUser.About.BG}}"></a> {{end}} |
