Fix button label

This commit is contained in:
Gregory Trullemans 2024-02-13 20:10:38 +01:00
parent 11c85dd3c6
commit 18b9a47680
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
</div> </div>
<div class="form-group text-center"> <div class="form-group text-center">
<input type="submit" value="{% if stability_id %}Save{% else %}Add{% endif %}" class="btn btn-warning" /> <input type="submit" value="{% if mobility_flexibility_id %}Save{% else %}Add{% endif %}" class="btn btn-warning" />
</div> </div>
</form> </form>
</div> </div>