Added hashes calculate and fix hashes problems

This commit is contained in:
2026-06-27 19:24:55 +02:00
parent 593479f41f
commit 43018e5aae
4 changed files with 46 additions and 2 deletions

View File

@@ -234,6 +234,9 @@
@if( section_must_be(['romhacks', 'homebrew'], $section ) )
<label><input class="form-checkbox" type="checkbox" name="nsfw-entry" value="1" {{ old('nsfw-entry', $entry->nsfw ) ? 'checked' : '' }}>NSFW</label>
@endif
@if( section_must_be( ['romhacks', 'translations'], $section ) )
<label><input class="form-checkbox" type="checkbox" name="bypass_hashes" value="1">Bypass hashes requirements</label>
@endif
</div>
</div>
@endcan