diff options
author | luxagraf <sng@luxagraf.net> | 2020-02-05 16:18:53 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2020-02-05 16:18:53 -0500 |
commit | 33209aed7c3e858d95576bdcfefa17c3f5d7597b (patch) | |
tree | 08e6877551da29c0b645208c9e9e806c4624cd42 /design/templates/lttr/confirm_activate.html | |
parent | 932a69ba325fab012630313edcfe697e93d340d7 (diff) |
migrated newsletter templates and updated mailing model
Diffstat (limited to 'design/templates/lttr/confirm_activate.html')
-rw-r--r-- | design/templates/lttr/confirm_activate.html | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/design/templates/lttr/confirm_activate.html b/design/templates/lttr/confirm_activate.html deleted file mode 100644 index d67ee1b..0000000 --- a/design/templates/lttr/confirm_activate.html +++ /dev/null @@ -1,17 +0,0 @@ -{% 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>You're confirmed, thanks for joining.</h2> - <p>If you'd like you can <a href="/lttr/">visit the archives</a> of past mailings.</p> - </div> - </main> -{%endblock%} |