aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGareth Rees <gareth@mysociety.org>2014-11-05 15:29:29 +0000
committerGareth Rees <gareth@mysociety.org>2014-11-06 15:50:25 +0000
commit015e4130975b44b9b5242045152bced5ec6068fa (patch)
tree4b9fdd4350cc150a332154ccd13e801e74c6b238
parent47e9e966005b108206a49a5e50fae52823a70174 (diff)
Add docs on importing authorities from CSV
The uploader page is self documenting, so just point to the URL of the page.
-rw-r--r--docs/installing/next_steps.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/installing/next_steps.md b/docs/installing/next_steps.md
index cd024343f..146b0dad9 100644
--- a/docs/installing/next_steps.md
+++ b/docs/installing/next_steps.md
@@ -39,6 +39,12 @@ directory Alaveteli was installed into.
* You should receive the request email - try replying to it. Your response email should appear in Alaveteli. Not working? Take a look at our [troubleshooting tips]({{ site.baseurl}}docs/installing/manual_install/#troubleshooting). If that doesn't sort it out, [get in touch]({{ site.baseurl}}community/) on the project mailing list or IRC
for help.
+## Import Public Authorities
+
+Alaveteli can import a list of public authorities and their contact email addresses from a CSV file.
+
+You can find the uploader in under the "Authorities" tab of the admin section, or go straight to `/admin/body/import_csv`.
+
## Start thinking about customising Alaveteli
Check out [our guide]({{ site.baseurl}}docs/customising/).