1
0
Fork 0
mirror of https://github.com/KingDuckZ/kamokan.git synced 2025-08-03 12:50:02 +00:00

Fix displaying error messages in error response.

This commit is contained in:
King_DuckZ 2017-05-15 21:46:35 +01:00
parent ba1b417f07
commit 00f32d43d3
2 changed files with 3 additions and 3 deletions

View file

@ -3,8 +3,8 @@
<div id="content" class="error">
{{> error_code}}
{{> error_message}}
{{error_code}}
{{error_message}}
</div>