From abbb379113cd13d912702b179130fc5060874e61 Mon Sep 17 00:00:00 2001 From: Samuel Clay Date: Wed, 16 Mar 2022 12:01:11 -0400 Subject: [PATCH] Separating premium modules. --- templates/reader/premium_archive_module.xhtml | 23 +++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 templates/reader/premium_archive_module.xhtml diff --git a/templates/reader/premium_archive_module.xhtml b/templates/reader/premium_archive_module.xhtml new file mode 100644 index 000000000..bf5afb77a --- /dev/null +++ b/templates/reader/premium_archive_module.xhtml @@ -0,0 +1,23 @@ +{% load utils_tags %} + +{% if not user_profile.is_archive %} +
+
+ Upgrade to Premium Archive +
+ + +
+
+
+
+
Upgrade your account
+
+ +
$99/year
+
+ + +
+
+{% endif %}