Ends the APP_URL with a / so links work properly

This commit is contained in:
Pierre-Yves Chibon 2017-07-03 08:43:56 +02:00
parent 25a5c520a2
commit 9ebf0616aa

View file

@ -41,9 +41,9 @@ DOMAIN_EMAIL_NOTIFICATIONS = 'pkgs.fedoraproject.org'
### The URL at which the project is available.
{% if env == 'staging' %}
APP_URL = 'https://pkgs.stg.fedoraproject.org/pagure'
APP_URL = 'https://pkgs.stg.fedoraproject.org/pagure/'
{% else %}
APP_URL = 'https://pkgs.fedoraproject.org/pagure'
APP_URL = 'https://pkgs.fedoraproject.org/pagure/'
{% endif %}
### Datagrepper info for the user profile