Skip to content

Commit a9e6800

Browse files
committed
Release candidate 7
1 parent 72d679d commit a9e6800

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pwic_lib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
# ===================================================
4040

4141
# Paths
42-
PWIC_VERSION = '1.0-rc6'
42+
PWIC_VERSION = '1.0-rc7'
4343
PWIC_DB = './db'
4444
PWIC_DB_SQLITE = PWIC_DB + '/pwic.sqlite'
4545
PWIC_DB_SQLITE_BACKUP = PWIC_DB + '/pwic_%s.sqlite'

templates/en/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ <h1 id="help_create_project"><a href="#top">{{pwic.emojis.finger_up}}</a> Create
565565
<h1 id="help_takeover_project"><a href="#top">{{pwic.emojis.finger_up}}</a> Take over a project</h1>
566566
<p>A project can become orphaned if the unique administrator left or is disabled. In this case, it is not possible to assign a new role online.</p>
567567
<p>Run the command <code>python3 pwic_admin.py takeover-project --help</code> for further details.</p>
568-
<p>When you <a href="help_revoke_user">revoke a user</a>, you are warned if a project will be orphaned.</p>
568+
<p>When you <a href="#help_revoke_user">revoke a user</a>, you are warned if a project will be orphaned.</p>
569569

570570

571571
<h1 id="help_split_project"><a href="#top">{{pwic.emojis.finger_up}}</a> Split a project</h1>

0 commit comments

Comments
 (0)