File tree 3 files changed +23
-36
lines changed
readthedocs/templates/projects
3 files changed +23
-36
lines changed Original file line number Diff line number Diff line change 1
- {% extends "base .html" %}
1
+ {% extends "projects/project_import_from_service .html" %}
2
2
{% load i18n %}
3
- {% load static %}
4
3
5
- {% block title %}{% trans "Import a BitBucket project" %}{% endblock %}
6
-
7
- {% block extra_links %}
8
- < link rel ="stylesheet " type ="text/css " href ="{{ MEDIA_URL }}lib/markitup/skins/simple/style.css " />
9
- < link rel ="stylesheet " type ="text/css " href ="{{ MEDIA_URL }}lib/markitup/sets/sphinx/editor.css " />
10
- {% endblock %}
11
4
12
- {% block extra_scripts %}
13
- < script type ="text/javascript " src ="{% static "core /js/projectimport.js" %}"> </ script >
14
- < script type ="text/javascript " src ="{{ MEDIA_URL }}lib/markitup/jquery.markitup.pack.js "> </ script >
15
- < script type ="text/javascript " src ="{{ MEDIA_URL }}lib/markitup/sets/sphinx/editor.js "> </ script >
16
- < script type ="text/javascript ">
17
- $ ( document ) . ready ( function ( ) {
18
- $ ( "#id_description" ) . markItUp ( SphinxDocsSettings ) ; // .markItUp(mySettings);
19
- } ) ;
20
- </ script >
21
- {% endblock %}
5
+ {% block title %}{% trans "Import a BitBucket project" %}{% endblock %}
22
6
23
7
{% block content-header %}< h1 > {% trans "Import a BitBucket project" %}</ h1 > {% endblock %}
24
8
Original file line number Diff line number Diff line change
1
+ {% extends "base.html" %}
2
+ {% load static %}
3
+
4
+
5
+ {% block extra_links %}
6
+ < link rel ="stylesheet " type ="text/css " href ="{{ MEDIA_URL }}lib/markitup/skins/simple/style.css " />
7
+ < link rel ="stylesheet " type ="text/css " href ="{{ MEDIA_URL }}lib/markitup/sets/sphinx/editor.css " />
8
+ {% endblock %}
9
+
10
+ {% block extra_scripts %}
11
+ < script type ="text/javascript " src ="{% static "core /js/projectimport.js" %}"> </ script >
12
+ < script type ="text/javascript " src ="{{ MEDIA_URL }}lib/markitup/jquery.markitup.pack.js "> </ script >
13
+ < script type ="text/javascript " src ="{{ MEDIA_URL }}lib/markitup/sets/sphinx/editor.js "> </ script >
14
+ < script type ="text/javascript ">
15
+ $ ( document ) . ready ( function ( ) {
16
+ $ ( "#id_description" ) . markItUp ( SphinxDocsSettings ) ; // .markItUp(mySettings);
17
+ } ) ;
18
+ </ script >
19
+ {% endblock %}
Original file line number Diff line number Diff line change 1
- {% extends "base .html" %}
1
+ {% extends "projects/project_import_from_service .html" %}
2
2
{% load i18n %}
3
- {% load static %}
4
3
5
- {% block title %}{% trans "Import a GitHub project" %}{% endblock %}
6
-
7
- {% block extra_links %}
8
- < link rel ="stylesheet " type ="text/css " href ="{{ MEDIA_URL }}lib/markitup/skins/simple/style.css " />
9
- < link rel ="stylesheet " type ="text/css " href ="{{ MEDIA_URL }}lib/markitup/sets/sphinx/editor.css " />
10
- {% endblock %}
11
4
12
- {% block extra_scripts %}
13
- < script type ="text/javascript " src ="{% static "core /js/projectimport.js" %}"> </ script >
14
- < script type ="text/javascript " src ="{{ MEDIA_URL }}lib/markitup/jquery.markitup.pack.js "> </ script >
15
- < script type ="text/javascript " src ="{{ MEDIA_URL }}lib/markitup/sets/sphinx/editor.js "> </ script >
16
- < script type ="text/javascript ">
17
- $ ( document ) . ready ( function ( ) {
18
- $ ( "#id_description" ) . markItUp ( SphinxDocsSettings ) ; // .markItUp(mySettings);
19
- } ) ;
20
- </ script >
21
- {% endblock %}
5
+ {% block title %}{% trans "Import a GitHub project" %}{% endblock %}
22
6
23
7
{% block content-header %}< h1 > {% trans "Import a GitHub project" %}</ h1 > {% endblock %}
24
8
You can’t perform that action at this time.
0 commit comments