Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add update.py command #111

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Display petrimaps URL in UI settings if defined
NicoLaval committed Oct 10, 2024
commit 9fad68cd5f86baf9b2ebfa154aae9437d9decb1b
1 change: 1 addition & 0 deletions backend/templates/index.html
Original file line number Diff line number Diff line change
@@ -86,6 +86,7 @@ <h4>Basic settings</h4>
<tr><th>Backend name</th><td>{{ backend.name }}</td></tr>
<tr><th>Backend slug</th><td id="backend-slug">{{ backend.slugify }}</td></tr>
<tr><th>Backend URL</th><td>{{ backend.baseUrl }}</td></tr>
{% if backend.mapViewBaseURL != "" %}<tr><th>Petrimaps URL</th><td>{{ backend.mapViewBaseURL }}</td></tr>{% endif %}
<tr><th>Is default:</th><td>{% if backend.isDefault %}Yes{% else %}No{% endif %}</td></tr>
<tr><th>Fill known prefixes:</th><td>{% if backend.fillPrefixes %}Yes{% else %}No{% endif %}</td></tr>
<tr><th>Languages:</th><td>{{ backend.filteredLanguage }}</td></tr>