tmove recaptcha widget in form - cosmo - front and backend for Markov-Chain Monte Carlo inversion of cosmogenic nuclide concentrations
 (HTM) git clone git://src.adamsgaard.dk/cosmo
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit d1b8cee2c328f143f2b322b7812419efa8301d2f
 (DIR) parent 4de2d1dcd124d35d08d153e77cefcfd316b95217
 (HTM) Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
       Date:   Tue, 10 Nov 2015 13:18:45 +0100
       
       move recaptcha widget in form
       
       Diffstat:
         M pages/history.html                  |      15 ++++-----------
       
       1 file changed, 4 insertions(+), 11 deletions(-)
       ---
 (DIR) diff --git a/pages/history.html b/pages/history.html
       t@@ -400,17 +400,14 @@
                            </div>
                        </div>
        
       -                <!--
       +                <!-- Google reCAPTCHA -->
                        <div class="row">
                            <b>To verify that this is not an automated request, please
       -                        complete the following CAPTCHA challenge</b><br>
       -                    <div class="input-field col s12">
       -                        Insert <a
       -                            href="https://www.google.com/recaptcha/">reCAPTCHA</a>
       -                        when domain is registeres.
       +                        complete the following reCAPTCHA challenge</b><br>
       +                    <div class="g-recaptcha"
       +                         data-sitekey="6LeMrRATAAAAAF7YHequ2Az9UzuHuwi9NUvjZgRZ">
                            </div>
                        </div>
       -                -->
        
                        <div class="row">
                            <div class="right">
       t@@ -421,10 +418,6 @@
                            </div>
                        </div>
        
       -                <!-- Google reCAPTCHA -->
       -                <div class="g-recaptcha"
       -                    data-sitekey="6LeMrRATAAAAAF7YHequ2Az9UzuHuwi9NUvjZgRZ">
       -                </div>
                    </form>
                </div>