File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 2929 "urls" : {
3030 "build" : " https://readthedocs.org/projects/project/builds/1/" ,
3131 "project" : " https://readthedocs.org/projects/project/" ,
32- "version" : " https://readthedocs.org/dashboard/project/version/v1.0/"
32+ "version" : " https://readthedocs.org/dashboard/project/version/v1.0/edit/ "
3333 },
3434 "project" : " project" ,
3535 "state" : {
Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ def test_version_delete_html(self):
9999 self .assertRedirectToLogin (response )
100100
101101 def test_version_detail (self ):
102- response = self .client .get ('/dashboard/pip/version/0.8.1/' )
102+ response = self .client .get ('/dashboard/pip/version/0.8.1/edit/ ' )
103103 self .assertRedirectToLogin (response )
104104
105105 def test_project_delete (self ):
Original file line number Diff line number Diff line change 22
33< p >
44 < input style ="display: inline; " type ="submit " value ="{% trans "Save " %}">
5- {% trans "or" %}
6- < a href ="{% url "wipe_version " version.project.slug version.slug %}"> {% trans "wipe "%}</ a >
5+ {% if version %}
6+ {% trans "or" %}
7+ < a href ="{% url "wipe_version " version.project.slug version.slug %}"> {% trans "wipe "%}</ a >
8+ {% endif %}
79</ p >
You can’t perform that action at this time.
0 commit comments