-
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.
Made login to actually redirect to specified next address.
- Loading branch information
Showing
9 changed files
with
26 additions
and
6 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,4 +1,22 @@ | ||
Przewodnik użytkownika | ||
====================== | ||
|
||
Jako "użytkownika serwisu" rozumiemy redaktora Biuletynu, który będzie tworzył i modyfikował zawartość. | ||
Jako "użytkownika serwisu" rozumiemy redaktora Biuletynu, który będzie tworzył i modyfikował zawartość. Ta część podręcznika opisuje wykonywanie w serwisie BIP czynności redakcyjnych, tj. dodawania i modyfikowania treści. | ||
|
||
Logowanie do konta | ||
------------------ | ||
|
||
Odnośnik do strony logowania znajduje się z prawej strony, w sekcji "Konto redaktora" menu bocznego aplikacji. Jest on widoczny tylko wtedy, gdy użytkownik nie jest zalogowany - po zalogowaniu znika. | ||
|
||
.. image:: /_static/login_link.png | ||
|
||
Odnośnik ten prowadzi do strony logowania, na której trzeba podać nazwę użytkownika oraz hasło. | ||
|
||
.. image:: /_static/login_page.png | ||
|
||
Po podaniu prawidłowych danych użytkownik zostanie przeniesiony z powrotem do ostatnio otwartej strony, a u góry strony pojawi się winieta informująca o pomyślnym logowaniu. | ||
|
||
.. image:: /_static/login_confirmed.png | ||
|
||
Zarządzanie danymi użytkownika | ||
------------------------------ |
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,4 +1,4 @@ | ||
__version__ = '0.7.0' | ||
__version__ = '0.7.1' | ||
|
||
|
||
def get_version(): | ||
|
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