mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
added blog subscriber, unsubscribe
This commit is contained in:
13
erpnext/website/page/unsubscribe/unsubscribe.html
Normal file
13
erpnext/website/page/unsubscribe/unsubscribe.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<div class="layout_wrapper">
|
||||
<div class="web-content">
|
||||
<h1>Unsubscribe</h1>
|
||||
<br>
|
||||
<div class="web-main-section">
|
||||
<input name="unsubscribe">
|
||||
<button class="btn" id="btn-unsubscribe">Unsubscribe</button>
|
||||
</div>
|
||||
<div class="web-side-section">
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user