diff options
author | Dave Whiteland <dave@mysociety.org> | 2015-03-12 15:58:46 +0000 |
---|---|---|
committer | Dave Whiteland <dave@mysociety.org> | 2015-03-12 15:58:46 +0000 |
commit | 19b1b8e990754023754e3480063d4fc66ebd6d57 (patch) | |
tree | 549327564183a980040d0cf15691d47954240a6b | |
parent | b48e768ec8468c1f90c01957893ebb07139312d7 (diff) |
wrap url_name in code tags
(where it's not already decorated) because it's not a real word, but it's also distracting to be bolded.
-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 2d96eec25..bf8655949 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 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>. +Users, requests and authorities all have <strong>url_names</strong>. This can be found in the metadata section of their admin page. The <code>url_name</code> makes up the last part of the URL for their public page. So, for a request with the <code>url_name</code> “example_request”, the public page URL will be <code>/request/example_request</code>. </div> Now click the **Move request to |