mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Paypal premium archive return page.
This commit is contained in:
parent
b90501d955
commit
ff90a0d304
1 changed files with 26 additions and 0 deletions
26
templates/reader/paypal_archive_return.xhtml
Normal file
26
templates/reader/paypal_archive_return.xhtml
Normal file
|
@ -0,0 +1,26 @@
|
|||
{% extends 'base.html' %}
|
||||
|
||||
{% load typogrify_tags utils_tags %}
|
||||
|
||||
{% block extra_head_js %}
|
||||
{% include_stylesheets "common" %}
|
||||
{% include_javascripts "payments" %}
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
<div class="NB-paypal-return">
|
||||
|
||||
<div class="NB-paypal-return-title">
|
||||
Thank you for subscribing to NewsBlur Premium Archive
|
||||
</div>
|
||||
|
||||
<div class="NB-paypal-return-subtitle">
|
||||
Hold tight while your account is being upgraded...
|
||||
</div>
|
||||
|
||||
<div class="NB-paypal-return-loading"></div>
|
||||
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Loading…
Add table
Reference in a new issue