Handle submission_dir in root.xml
This commit is contained in:
parent
dd766cf774
commit
655842bb3a
2 changed files with 42 additions and 29 deletions
|
|
@ -61,7 +61,7 @@
|
|||
<label for="solution">Soumettre la solution :</label>
|
||||
<input type="text" class="form-control" id="solution" name="solution">
|
||||
</div>
|
||||
<button type="submit" class="btn btn-success">Soumettre</button>
|
||||
<button type="submit" class="btn btn-success" {if isset($submission_disabled)}disabled="disabled"{/if}>Soumettre</button>
|
||||
</form>
|
||||
{/if}
|
||||
</div>
|
||||
|
|
|
|||
Reference in a new issue