Added hashes calculate and fix hashes problems
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user