Update profbackground.html
This commit is contained in:
parent
b175fc3e9c
commit
cb52136fe2
|
@ -26,8 +26,7 @@ AdditionalJS=https://cdnjs.cloudflare.com/ajax/libs/jquery-minicolors/2.2.4/jque
|
||||||
<div class="ui compact segment" id="image-background" style="margin: 0 auto; max-width: 400px; max-height: 700px;" data-type="1"{{ if ne $type 1 }} hidden{{ end }}>
|
<div class="ui compact segment" id="image-background" style="margin: 0 auto; max-width: 400px; max-height: 700px;" data-type="1"{{ if ne $type 1 }} hidden{{ end }}>
|
||||||
{{ if and (eq $type 1) $value }}
|
{{ if and (eq $type 1) $value }}
|
||||||
<img src="/static/profbackgrounds/{{ $value }}">
|
<img src="/static/profbackgrounds/{{ $value }}">
|
||||||
{{ else }}
|
{{ else if and (eq $type 3) $value }}
|
||||||
{{ if and (eq $type 3) $value }}
|
|
||||||
<img src="/static/profbackgrounds/{{ $value }}">
|
<img src="/static/profbackgrounds/{{ $value }}">
|
||||||
{{ else }}
|
{{ else }}
|
||||||
No image selected
|
No image selected
|
||||||
|
|
Loading…
Reference in New Issue
Block a user