File tree 2 files changed +10
-28
lines changed
readthedocsext/theme/templates/projects 2 files changed +10
-28
lines changed Original file line number Diff line number Diff line change 1
1
{% extends "projects/import_base.html" %}
2
- {% load i18n %}
3
-
4
- {% block content %}
5
- < div class ="ui basic segment padded ">
6
- < div class ="ui container ">
7
- < h3 > {% trans "Project Details" %}</ h3 >
8
2
9
- < p >
10
- {% blocktrans trimmed %}
11
- To import a project, start by entering a few details about your repository.
12
- You can set additional configuration options for your documentation in a
13
- < a href ="https://docs.readthedocs.io/en/stable/config-file/v2.html "> .readthedocs.yml</ a > file.
14
- {% endblocktrans %}
15
- </ p >
3
+ {% load i18n %}
16
4
17
- {{ block.super }}
18
- </ div >
19
- </ div >
20
- {% endblock %}
5
+ {% block project_add_content_subheader %}
6
+ {% trans "Configure basic project settings" %}
7
+ {% endblock project_add_content_subheader %}
Original file line number Diff line number Diff line change 1
1
{% extends "projects/import_base.html" %}
2
- {% load i18n %}
3
-
4
- {% block content %}
5
- < h3 > {% trans "Project Extra Details" %}</ h3 >
6
2
7
- < p >
8
- {% blocktrans trimmed %}
9
- Here are a few more project options that you may need to configure.
10
- {% endblocktrans %}
11
- </ p >
3
+ {% load i18n %}
4
+ {% load crispy_forms_tags %}
5
+ {% load alter_field %}
12
6
13
- {{ block.super }}
14
- {% endblock %}
7
+ {% block project_add_content_subheader %}
8
+ {% trans "Configure advanced project settings" %}
9
+ {% endblock project_add_content_subheader %}
You can’t perform that action at this time.
0 commit comments