mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
backup manager (wip)
This commit is contained in:
11
website/templates/pages/message.html
Normal file
11
website/templates/pages/message.html
Normal file
@@ -0,0 +1,11 @@
|
||||
{% extends "html/outer.html" %}
|
||||
|
||||
{% set title="{{ webnotes.message_title or 'Message' }}" %}
|
||||
|
||||
{% block content %}
|
||||
<div class="content">
|
||||
<div class="layout-wrapper layout-main">
|
||||
{{ webnotes.message }}
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user