-
-
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.
- Loading branch information
1 parent
472659a
commit 08a5c13
Showing
7 changed files
with
7 additions
and
7 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<form action="{{ url_for('api.update_categories') }}" method="post" | ||
onclick="cueToast('Sukksess!', 'Kategoriene ble oppdatert.', 'success')"> | ||
onclick="cueToast('Suksess!', '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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<form action="{{ url_for('api.update_emails') }}" method="post" | ||
onclick="cueToast('Sukksess!', 'E-postene ble oppdatert.', 'success')"> | ||
onclick="cueToast('Suksess!', 'E-postene ble oppdatert.', 'success')"> | ||
<textarea name="emails" id="emails" cols="30" rows="10" | ||
placeholder="Eksempel: [email protected]">{{ '\n'.join(all_emails) }}</textarea> | ||
<input type="submit" value="Oppdater"> | ||
|
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