diff options
-rw-r--r-- | www/templates/en/photo.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/en/photo.html b/www/templates/en/photo.html index ef392f7..042122e 100644 --- a/www/templates/en/photo.html +++ b/www/templates/en/photo.html @@ -1,6 +1,6 @@ <div data-role="header" data-position="fixed" > <h1>Add Photo</h1> - <a href="details.html" id="photo-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Skip</a> + <a id="photo-next-btn" data-icon="arrow-r" data-iconpos="right" class="ui-btn-right">Skip</a> </div> <div class="container" data-enhance="false"> <div class="content" role="main"> |