diff options
Diffstat (limited to 'src/manager/templates/error.cs')
-rw-r--r-- | src/manager/templates/error.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/manager/templates/error.cs b/src/manager/templates/error.cs new file mode 100644 index 000000000..be9b1a3a1 --- /dev/null +++ b/src/manager/templates/error.cs @@ -0,0 +1,3 @@ +<?cs include:"templates/header.cs" ?> +<div><?cs var:error ?></div> +<?cs include:"templates/footer.cs" ?> |