diff options
author | Dave Whiteland <dave@mysociety.org> | 2015-03-12 15:37:08 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2015-03-12 15:37:08 +0000 |
commit | b48e768ec8468c1f90c01957893ebb07139312d7 (patch) | |
tree | bfb613b327e2aa2e2c258f49f026b6bb5ce042d3 /docs/running | |
parent | 71efc1259803452cd6526ed17851c3924b6b043b (diff) |
remove some bolding
I'm not 100% sure how to handle url_name, because it's not a proper English word
but it's distracting for it to be throwing around bold. Maybe code? I dunno,
so I've dropped the bolds.
Diffstat (limited to 'docs/running')
-rw-r--r-- | docs/running/requests.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/running/requests.md b/docs/running/requests.md index 9bfbaf61b..2d96eec25 100644 --- a/docs/running/requests.md +++ b/docs/running/requests.md @@ -238,7 +238,7 @@ metadata** section, there is a line which shows the authority. Click the that you want to send the request to. <div class="attention-box info"> -Users, requests and authorities all have <strong>url_names</strong>. This can be found in the metadata section of their admin page. The <strong>url_name</strong> makes up the last part of the URL for their public page. So, for a request with the <strong>url_name</strong> “example_request”, the public page URL will be <code>/request/example_request</code>. +Users, requests and authorities all have <strong>url_names</strong>. This can be found in the metadata section of their admin page. The url_name makes up the last part of the URL for their public page. So, for a request with the url_name “example_request”, the public page URL will be <code>/request/example_request</code>. </div> Now click the **Move request to |