Fixed error when trying to add a new change.
This commit is contained in:
parent
3f867af99b
commit
a430568925
2 changed files with 2 additions and 2 deletions
templates/manage/changelog
|
@ -57,7 +57,7 @@
|
|||
<button class="input__button">Save</button>
|
||||
{% if not change_new %}
|
||||
<a href="{{ url('manage-changelog-change-delete', { change: change_info.id, csrf: csrf_token() }) }}" class="input__button input__button--destroy" onclick="return confirm('Are you sure?');">Delete</a>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue