mirror of
https://gitlab.com/CodeSolutionsProject/CodeShare.git
synced 2026-02-16 01:51:33 +01:00
Add languages, categorized them, add rechaptcha
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<select id="lang" name="lang" required="required" class="form-control">
|
||||
<option value=""></option>
|
||||
{% for key,value in supported %}
|
||||
<option value="{{ key }}">{{ value }}</option>
|
||||
<option value="{{ key }}">{{ value[0] }}</option>
|
||||
{% endfor %}
|
||||
</select>
|
||||
</div>
|
||||
@@ -52,7 +52,9 @@
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<div class="col-sm-12 col-sm-12">
|
||||
<button type="submit" class="btn btn-success btn-block">Submit</button>
|
||||
<button type="submit" class="btn btn-success g-recaptcha btn-block"
|
||||
data-sitekey="6Lc7gXAUAAAAAJRaFo99vIkOUWckuGW8IOLtUxwZ"
|
||||
data-callback="YourOnSubmitFn">Submit</button>
|
||||
</div>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user