-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize non-admin routes js/css, minor typo fix
- Loading branch information
1 parent
af699e4
commit 37d9ed3
Showing
8 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<form action="{{url_for('api.update_categories')}}" method="post" | ||
onclick="cueAlert('Sukksess!', 'Kategorilisten ble oppdatert.', 'success')"> | ||
onclick="cueAlert('Sukksess!', 'Kategoriene ble oppdatert.', 'success')"> | ||
<textarea name="categories" id="categories" cols="30" rows="10">{{'\n'.join(all_categories)}}</textarea> | ||
<input type="submit" value="Oppdater"> | ||
</form> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<link rel="shortcut icon" href="/static/favicon.ico" type="image/x-icon"> | ||
<link rel="stylesheet" href="/static/css/pico.classless.min.css"> | ||
|
||
<style> | ||
header, main, footer { | ||
padding-top: 1rem !important; | ||
padding-bottom: 1rem !important; | ||
} | ||
</style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.