aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-23 21:43:35 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-04-23 21:43:35 +0200
commit46f3d5e82e5fc073f4524b8db4b570485bcfdfa2 (patch)
tree0ec57848d883add3f25814205abbc7b065c8279d /pyaggr3g470r
parentThis fixes #1. (diff)
downloadnewspipe-46f3d5e82e5fc073f4524b8db4b570485bcfdfa2.tar.gz
newspipe-46f3d5e82e5fc073f4524b8db4b570485bcfdfa2.tar.bz2
newspipe-46f3d5e82e5fc073f4524b8db4b570485bcfdfa2.zip
A message is displayed to inform the user about authorized file extension.
Diffstat (limited to 'pyaggr3g470r')
-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 6e5289aa..2f687cf8 100644
--- a/pyaggr3g470r/templates/management.html
+++ b/pyaggr3g470r/templates/management.html
@@ -17,7 +17,7 @@
<h1>Import/export feeds</h1>
<h2>Import</h2>
<form action="" method="post" id="formImportOPML" enctype="multipart/form-data">
- <span class="btn btn-default btn-file">Batch import feeds from OPML<input type="file" name="opmlfile" /></span>
+ <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>
</form>
<h2>Export</h2>
bgstack15