Skip to content

Commit 15ded6c

Browse files
committed
fixes language for signup redirect
1 parent c265c38 commit 15ded6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vue/src/components/SnapshotList.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<v-btn icon
5959
class="nobg"
6060
v-on:click.stop="function(){}"
61-
:href="djangobaseurl + '/signup/'"
61+
:href="djangobaseurl + '/' + $i18n.locale +'/signup/'"
6262
target="_blank"
6363
>
6464
<v-icon color="grey lighten-1" >mdi-arrow-right-bold-circle-outline</v-icon>

0 commit comments

Comments
 (0)