diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-18 14:34:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-01-18 14:37:33 +0000 |
commit | 4e2c8d7e8ae0a7f2549162b8da839d677aa37a42 (patch) | |
tree | ef79be51c457f89dd59bf9ace1d3078d7e6be429 | |
parent | bbab9afd9952b46b0f395705e06dc43fffb16b15 (diff) |
Make update moderation button match report one.
-rw-r--r-- | templates/web/base/report/update.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/web/base/report/update.html b/templates/web/base/report/update.html index 6dca226fe..100deb1ea 100644 --- a/templates/web/base/report/update.html +++ b/templates/web/base/report/update.html @@ -69,7 +69,7 @@ <label for="moderation_reason">[% loc('Moderation reason:') %]</label> <input type="text" class="form-control" name="moderation_reason" placeholder="[% loc('Describe why you are moderating this') %]"> - <input type="submit" class="red-btn" value="[% loc('Save changes') %]"> + <input type="submit" class="green-btn" value="[% loc('Save changes') %]"> <input type="button" class="btn cancel" value="[% loc('Discard changes') %]"> </div> </form> |