changed up a few things regarding scoring, added some usability features
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{{ form.non_field_errors }}
|
||||
{% csrf_token %}
|
||||
<div class="form-group form-row">
|
||||
<label for="staticName" class="col-sm-4 col-form-label">Name</label>
|
||||
<label for="staticName" class="col-sm-4 col-form-label">Challenge Name</label>
|
||||
<div class="col-sm-8">
|
||||
{{form.name}}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user