diff options
author | 2019-04-13 16:39:47 +0100 | |
---|---|---|
committer | 2019-04-13 16:39:47 +0100 | |
commit | 34b72419c312d21b77185b72a47cb49508ed47e9 (patch) | |
tree | 81391e5d1c2300ad8aebf46f617a989c9f3263bb /pydis_site/templates/wiki/create_root.html | |
parent | Small cosmetic changes (diff) |
Some more work towards the editor pages
Diffstat (limited to 'pydis_site/templates/wiki/create_root.html')
-rw-r--r-- | pydis_site/templates/wiki/create_root.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/pydis_site/templates/wiki/create_root.html b/pydis_site/templates/wiki/create_root.html index 08ee7f82..376321c6 100644 --- a/pydis_site/templates/wiki/create_root.html +++ b/pydis_site/templates/wiki/create_root.html @@ -39,7 +39,12 @@ </div> <div class="field-body"> <div class="control"> - <input type="submit" class="button is-primary is-medium" name="save_changes" value="Create" /> + <button type="submit" class="button is-primary" name="save_changes"> + <span class="icon"> + <i class="fas fa-plus"></i> + </span> + <span>Create</span> + </button> </div> </div> </div> |