Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
b9aa6c0d
Commit
b9aa6c0d
authored
Sep 24, 2018
by
BAIRE Anthony
Browse files
display author in webapp_list.html's title
parent
2425c06a
Pipeline
#40829
failed with stage
in 1 minute and 24 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
django/allgo/templates/webapp_list.html
View file @
b9aa6c0d
{% extends "base.html" %}
{% load static groups converters humanize %}
{% block title %}Available apps{% endblock %}
{% block title %}
{% if view.kwargs.username %}
Apps by {{ view.kwargs.username }}
{% else %}
Available apps
{% endif %}
{% endblock %}
{% block breadcrumb %}
{% if view.kwargs.username %}
...
...
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