Skip to content

Commit

Permalink
simplify URL for MnO2 phase selection
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Feb 8, 2017
1 parent a765424 commit 51fb092
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mpcontribs/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
url(r'^rest/', include('mpcontribs.rest.urls')),
url(r'^explorer/', include('mpcontribs.explorer.urls')),
url(r'^uwsi2/explorer/', include('mpcontribs.users.uw_si2.explorer.urls')),
url(r'^MnO2_phase_selection/explorer/', include('mpcontribs.users.MnO2_phase_selection.explorer.urls')),
url(r'^MnO2_phase_selection/', include('mpcontribs.users.MnO2_phase_selection.explorer.urls')),
]
4 changes: 2 additions & 2 deletions mpcontribs/webui/templates/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@
<td class="tg-yw4l">
<a href="{{ url_for('.home') }}test_site/mpcontribs/uwsi2/explorer" target="_blank">
/test_site/mpcontribs/uwsi2/explorer</a><br>
<a href="{{ url_for('.home') }}test_site/mpcontribs/MnO2_phase_selection/explorer" target="_blank">
/test_site/mpcontribs/MnO2_phase_selection/explorer</a>
<a href="{{ url_for('.home') }}test_site/mpcontribs/MnO2_phase_selection/" target="_blank">
/test_site/mpcontribs/MnO2_phase_selection/</a>
</td>
<td class="tg-yw4l">Custom Interfaces to contributed private data</td>
</tr>
Expand Down

0 comments on commit 51fb092

Please sign in to comment.