Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
D
douban-api-proxy
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
captainwong
douban-api-proxy
Commits
ad71d0a0
Commit
ad71d0a0
authored
Jan 26, 2020
by
Ozzieisaacs
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'kobo_/develop/fix-new-user' into Develop
parents
0955c6d6
69fa7d00
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
user_edit.html
cps/templates/user_edit.html
+1
-1
No files found.
cps/templates/user_edit.html
View file @
ad71d0a0
...
@@ -55,7 +55,7 @@
...
@@ -55,7 +55,7 @@
{% endfor %}
{% endfor %}
</div>
</div>
{% endif %}
{% endif %}
{% if feature_support['kobo'] %}
{% if feature_support['kobo']
and not new_user
%}
<label>
{{ _('Kobo Sync Token')}}
</label>
<label>
{{ _('Kobo Sync Token')}}
</label>
<div
class=
"form-group col"
>
<div
class=
"form-group col"
>
<a
class=
"btn btn-default"
id=
"config_create_kobo_token"
data-toggle=
"modal"
data-target=
"#modal_kobo_token"
data-remote=
"false"
href=
"{{ url_for('kobo_auth.generate_auth_token', user_id=content.id) }}"
>
{{_('Create/View')}}
</a>
<a
class=
"btn btn-default"
id=
"config_create_kobo_token"
data-toggle=
"modal"
data-target=
"#modal_kobo_token"
data-remote=
"false"
href=
"{{ url_for('kobo_auth.generate_auth_token', user_id=content.id) }}"
>
{{_('Create/View')}}
</a>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment