Update dynamic_challenges plugin ui to disable modification of current_value items (#811)

* Disable the `value` input on dynamic challenges because it is unused
* Fix some lint issues in templates
This commit is contained in:
FaultyMach1ine
2019-01-02 08:11:45 +08:00
committed by Kevin Chung
parent 324f8859a1
commit ae092652c6
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@
This is how many points the challenge is worth right now.
</small>
</label>
<input type="number" class="form-control chal-value" name="value" value="{{ challenge.value }}" required>
<input type="number" class="form-control chal-value" name="value" value="{{ challenge.value }}" disabled>
</div>
<div class="form-group">