Skip to content
Snippets Groups Projects
Unverified Commit 0da41c56 authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Only show submit button in language form if JS is disabled.

parent c5d98e29
No related branches found
No related tags found
No related merge requests found
......@@ -13,5 +13,7 @@
</option>
{% endfor %}
</select>
<input type="submit" value="&gt;">
<noscript>
<input type="submit" value="&gt;">
</noscript>
</form>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment