Minor tweaks to the forum pages
* Set the file upload box to accept .gif files * Add a note to the Explore tab explaining what it is
This commit is contained in:
parent
332bcc9f66
commit
24230915b6
|
@ -37,6 +37,12 @@
|
||||||
<!-- Filters for the Explore tab -->
|
<!-- Filters for the Explore tab -->
|
||||||
{{if .IsExploreTab}}
|
{{if .IsExploreTab}}
|
||||||
<div class="block mb-0 p-4">
|
<div class="block mb-0 p-4">
|
||||||
|
|
||||||
|
<div class="block">
|
||||||
|
The "Explore" tab is where you can search and find all of the available forums, including Community Forums
|
||||||
|
created by your fellow {{PrettyTitle}} members.
|
||||||
|
</div>
|
||||||
|
|
||||||
<form action="{{.Request.URL.Path}}" method="GET">
|
<form action="{{.Request.URL.Path}}" method="GET">
|
||||||
|
|
||||||
<div class="card nonshy-collapsible-mobile">
|
<div class="card nonshy-collapsible-mobile">
|
||||||
|
|
|
@ -202,7 +202,7 @@
|
||||||
<input class="file-input" type="file"
|
<input class="file-input" type="file"
|
||||||
name="file"
|
name="file"
|
||||||
id="file"
|
id="file"
|
||||||
accept=".jpg,.jpeg,.jpe,.png">
|
accept=".jpg,.jpeg,.jpe,.png,.gif">
|
||||||
<span class="file-cta">
|
<span class="file-cta">
|
||||||
<span class="file-icon">
|
<span class="file-icon">
|
||||||
<i class="fas fa-upload"></i>
|
<i class="fas fa-upload"></i>
|
||||||
|
|
|
@ -510,7 +510,7 @@
|
||||||
<input class="file-input" type="file"
|
<input class="file-input" type="file"
|
||||||
name="file"
|
name="file"
|
||||||
id="file"
|
id="file"
|
||||||
accept=".jpg,.jpeg,.jpe,.png">
|
accept=".jpg,.jpeg,.jpe,.png,.gif">
|
||||||
<span class="file-cta">
|
<span class="file-cta">
|
||||||
<span class="file-icon">
|
<span class="file-icon">
|
||||||
<i class="fas fa-upload"></i>
|
<i class="fas fa-upload"></i>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user