Private
Public Access
1
0

passing tests

This commit is contained in:
Sander Roosendaal
2019-01-25 08:56:47 +01:00
parent dbf98cf8da
commit c4e350f970
4 changed files with 6 additions and 9 deletions

View File

@@ -111,13 +111,13 @@
{% if workout.user.user == user or user == team.manager %}
{% if workout.name != '' %}
<td>
<a href={% url rower.defaultlandingpage id=workout.id %}>
<a href={% url rower.defaultlandingpage id=workout.id|encode %}>
{{ workout.name }}
</a>
</td>
{% else %}
<td>
<a href={% url rower.defaultlandingpage id=workout.id %}>No Name
<a href={% url rower.defaultlandingpage id=workout.id|encode %}>No Name
</a></td>
{% endif %}

View File

@@ -71,12 +71,13 @@ class ViewTest(TestCase):
self.assertEqual(response.status_code, 200)
response = self.c.get('/rowers/workout/'+encoded1+'/workflow/',
self.assertEqual(response.status_code, 200)
response = self.c.get('/rowers/workout/'+encoded1+'/workflow/',
follow=True)
self.assertEqual(response.status_code, 200)
response = self.c.get('/rowers/workout/'+encoded1+'/get-thumbnails/',
follow=True)

Binary file not shown.

View File

@@ -2502,11 +2502,7 @@
</Trackpoint>
</Track>
</Lap>
<<<<<<< HEAD
<Notes>&lt;Element 'Notes' at 0x12e40c18&gt;</Notes>
=======
<Notes>&lt;Element 'Notes' at 0x13918240&gt;</Notes>
>>>>>>> develop
<Notes>&lt;Element 'Notes' at 0x157a2e48&gt;</Notes>
</Activity>
</Activities>
<Creator>