aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/management.html
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-27 19:16:45 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-05-27 19:16:45 +0200
commit3907c47ba8dcb94e059f086f2aa5f447313c5a97 (patch)
tree50f204e754fd24b4e4901b81ab8736e802afdb4f /pyaggr3g470r/templates/management.html
parentUpdated translations. (diff)
downloadnewspipe-3907c47ba8dcb94e059f086f2aa5f447313c5a97.tar.gz
newspipe-3907c47ba8dcb94e059f086f2aa5f447313c5a97.tar.bz2
newspipe-3907c47ba8dcb94e059f086f2aa5f447313c5a97.zip
Updated anchor.
Diffstat (limited to 'pyaggr3g470r/templates/management.html')
-rw-r--r--pyaggr3g470r/templates/management.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyaggr3g470r/templates/management.html b/pyaggr3g470r/templates/management.html
index f8d66873..6264f307 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -28,7 +28,7 @@
</div>
</div>
<div class="jumbotron">
- <h1 id="import-opml">{{ _('OPML import/export') }}</h1>
+ <h1 id="import">{{ _('OPML import/export') }}</h1>
<form action="" method="post" id="formImportOPML" enctype="multipart/form-data">
<span class="btn btn-default btn-file">{{ _('Batch import feeds from OPML') }} (<span class="text-info">*.xml {{ _('or') }} *.opml</span>)<input type="file" name="opmlfile" /></span>
<button class="btn btn-default" type="submit">OK</button>
bgstack15