From 5bc780df24e0a2b87c0107aa2957e00f3940cca8 Mon Sep 17 00:00:00 2001 From: Farhaan Bukhsh Date: Aug 01 2016 13:17:03 +0000 Subject: Add a conf key for bootstrap urls --- diff --git a/pagure/default_config.py b/pagure/default_config.py index 2489695..e171b19 100644 --- a/pagure/default_config.py +++ b/pagure/default_config.py @@ -217,3 +217,7 @@ ACLS = { 'pull_request_flag': 'Flag a pull-request of this project', 'pull_request_merge': 'Merge a pull-request of this project', } + +# Bootstrap URLS +BOOTSTRAP_URLS_CSS = 'https://apps.fedoraproject.org/global/fedora-bootstrap-1.0.1/fedora-bootstrap.css' +BOOTSTRAP_URLS_JS = 'https://apps.fedoraproject.org/global/fedora-bootstrap-1.0.1/fedora-bootstrap.js' diff --git a/pagure/templates/master.html b/pagure/templates/master.html index dd20ce3..32a01cc 100644 --- a/pagure/templates/master.html +++ b/pagure/templates/master.html @@ -5,7 +5,7 @@ {% block title %}{% endblock %} - Pagure - @@ -136,7 +136,7 @@ filename='jquery-ui-1.11.2.custom.min.js') }}">