diff options
author | luxagraf <sng@luxagraf.net> | 2019-02-12 14:31:53 -0600 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2019-02-12 14:31:53 -0600 |
commit | 0ccf2f7b61ea9889b1c03e51dfc847ca16cd98e7 (patch) | |
tree | 3c379d541c5aa96870a54796718078668fc8263f /design/templates/lttr/subscribed.html | |
parent | ee2803d2f85888ce42fd6371ef606f4a9c6fd88b (diff) |
finished up subscribe functions for lttr
Diffstat (limited to 'design/templates/lttr/subscribed.html')
-rw-r--r-- | design/templates/lttr/subscribed.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/design/templates/lttr/subscribed.html b/design/templates/lttr/subscribed.html new file mode 100644 index 0000000..18ad151 --- /dev/null +++ b/design/templates/lttr/subscribed.html @@ -0,0 +1,17 @@ +{% extends 'base.html' %} +{% load typogrify_tags %} + +{% block pagetitle %}Luxagraf | Friends of a Long Year {% endblock %} +{% block metadescription %}An infrequesnt mailing list about travel, photography, tools, walking, the natural world and other ephemera.{% endblock %} + +{% block primary %}<ul class="bl" id="breadcrumbs" itemscope itemtype="http://data-vocabulary.org/Breadcrumb"> + <li><a href="/" title="luxagraf homepage" itemprop="url"><span itemprop="title">Home</span></a> → </li> + <li>Lttr</li> + </ul> + <main role="main" id="essay-archive" class="essay-archive archive-list"> + <div class="essay-intro"> + <h2>Thanks for joining.</h2> + <p>Check your email for a link to confirm your subscription</p> + </div> + </main> +{%endblock%} |