mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 20:36:38 -04:00
Continue fleshing out project management system
This commit is contained in:
parent
657ecc68d4
commit
051e286a6d
19 changed files with 420 additions and 108 deletions
11
templates/EmailProjectStalled.php
Normal file
11
templates/EmailProjectStalled.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Hi there, just wanted to check in to see how your ebook production was going. I noticed there hasn't been much activity in the Github repo lately. Are you continuing to make progress?</p>
|
||||
<p>The toolset has had several updates recently. You can update it by running `pipx upgrade standardebooks`.</p>
|
||||
<p>Let me know how things are coming along!</p>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue