Ends the APP_URL with a / so links work properly
This commit is contained in:
parent
25a5c520a2
commit
9ebf0616aa
1 changed files with 2 additions and 2 deletions
|
@ -41,9 +41,9 @@ DOMAIN_EMAIL_NOTIFICATIONS = 'pkgs.fedoraproject.org'
|
||||||
|
|
||||||
### The URL at which the project is available.
|
### The URL at which the project is available.
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
APP_URL = 'https://pkgs.stg.fedoraproject.org/pagure'
|
APP_URL = 'https://pkgs.stg.fedoraproject.org/pagure/'
|
||||||
{% else %}
|
{% else %}
|
||||||
APP_URL = 'https://pkgs.fedoraproject.org/pagure'
|
APP_URL = 'https://pkgs.fedoraproject.org/pagure/'
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
### Datagrepper info for the user profile
|
### Datagrepper info for the user profile
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue