aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2013-12-08 01:58:06 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2013-12-08 01:58:06 +0100
commit2bcde34af4707e2644be45ae9e1a075f445113f0 (patch)
tree938f1145a7574585bf5ed6b678e6251671b4c797 /pyaggr3g470r/templates
parentUpdated README (diff)
downloadnewspipe-2bcde34af4707e2644be45ae9e1a075f445113f0.tar.gz
newspipe-2bcde34af4707e2644be45ae9e1a075f445113f0.tar.bz2
newspipe-2bcde34af4707e2644be45ae9e1a075f445113f0.zip
It is now possible to export all articles in a simple HTML site. The result is returned as a compressed tgz file.
Diffstat (limited to 'pyaggr3g470r/templates')
-rw-r--r--pyaggr3g470r/templates/management.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html
index 5101590b..efa649f0 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -11,5 +11,9 @@
<h1>Your Profile</h1>
<p>Update your <a href="/profile/">profile</a>.</p>
</div>
+ <div class="jumbotron">
+ <h1>Export</h1>
+ <a href="/export/" class="btn btn-default">HTML</a>
+ </div>
</div><!-- /.container -->
{% endblock %} \ No newline at end of file
bgstack15