We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c265c38 commit 15ded6cCopy full SHA for 15ded6c
vue/src/components/SnapshotList.vue
@@ -58,7 +58,7 @@
58
<v-btn icon
59
class="nobg"
60
v-on:click.stop="function(){}"
61
- :href="djangobaseurl + '/signup/'"
+ :href="djangobaseurl + '/' + $i18n.locale +'/signup/'"
62
target="_blank"
63
>
64
<v-icon color="grey lighten-1" >mdi-arrow-right-bold-circle-outline</v-icon>
0 commit comments