alignment fix
This commit is contained in:
		
					parent
					
						
							
								65745b5098
							
						
					
				
			
			
				commit
				
					
						e4837b063c
					
				
			
		
					 7 changed files with 86 additions and 107 deletions
				
			
		| 
						 | 
					@ -8,7 +8,7 @@ msgid ""
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Project-Id-Version: PACKAGE VERSION\n"
 | 
					"Project-Id-Version: PACKAGE VERSION\n"
 | 
				
			||||||
"Report-Msgid-Bugs-To: \n"
 | 
					"Report-Msgid-Bugs-To: \n"
 | 
				
			||||||
"POT-Creation-Date: 2017-10-01 22:13+0000\n"
 | 
					"POT-Creation-Date: 2017-10-03 18:13+0530\n"
 | 
				
			||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
					"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
				
			||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
					"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
				
			||||||
| 
						 | 
					@ -360,9 +360,6 @@ msgstr ""
 | 
				
			||||||
"Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst ausgelöst, "
 | 
					"Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst ausgelöst, "
 | 
				
			||||||
"nachdem Du die Bestellung auf der nächsten Seite bestätigt hast."
 | 
					"nachdem Du die Bestellung auf der nächsten Seite bestätigt hast."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msgid "Submit"
 | 
					 | 
				
			||||||
msgstr "Absenden"
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
msgid "Card Number"
 | 
					msgid "Card Number"
 | 
				
			||||||
msgstr "Kreditkartennummer"
 | 
					msgstr "Kreditkartennummer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -515,6 +512,9 @@ msgstr ""
 | 
				
			||||||
"Deine VM ist gleich bereit. Wir senden Dir eine Bestätigungsemail, sobald Du "
 | 
					"Deine VM ist gleich bereit. Wir senden Dir eine Bestätigungsemail, sobald Du "
 | 
				
			||||||
"auf sie zugreifen kannst."
 | 
					"auf sie zugreifen kannst."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#~ msgid "Submit"
 | 
				
			||||||
 | 
					#~ msgstr "Absenden"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#~ msgid "Date"
 | 
					#~ msgid "Date"
 | 
				
			||||||
#~ msgstr "Datum"
 | 
					#~ msgstr "Datum"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -104,9 +104,11 @@
 | 
				
			||||||
                            <div id='payment_error'>
 | 
					                            <div id='payment_error'>
 | 
				
			||||||
                                {% for message in messages %}
 | 
					                                {% for message in messages %}
 | 
				
			||||||
                                    {% if 'failed_payment' or 'make_charge_error' in message.tags %}
 | 
					                                    {% if 'failed_payment' or 'make_charge_error' in message.tags %}
 | 
				
			||||||
                                     <ul class="list-unstyled"><li>
 | 
					                                     <ul class="list-unstyled">
 | 
				
			||||||
                                         <p class="card-warning-content card-warning-error">{{ message|safe }}</p>
 | 
					                                        <li>
 | 
				
			||||||
                                    </li></ul>
 | 
					                                            <p class="card-warning-content card-warning-error">{{ message|safe }}</p>
 | 
				
			||||||
 | 
					                                        </li>
 | 
				
			||||||
 | 
					                                    </ul>
 | 
				
			||||||
                                    {% endif %}
 | 
					                                    {% endif %}
 | 
				
			||||||
                                {% endfor %}
 | 
					                                {% endfor %}
 | 
				
			||||||
                                {% for error in form.non_field_errors %}
 | 
					                                {% for error in form.non_field_errors %}
 | 
				
			||||||
| 
						 | 
					@ -116,7 +118,7 @@
 | 
				
			||||||
                                {% endfor %}
 | 
					                                {% endfor %}
 | 
				
			||||||
                            </div>
 | 
					                            </div>
 | 
				
			||||||
                            <div class="text-right">
 | 
					                            <div class="text-right">
 | 
				
			||||||
                                <button id="payment_button_with_creditcard" class="btn btn-success btn-vm-contact" type="submit">{%trans "Submit" %}</button>
 | 
					                                <button id="payment_button_with_creditcard" class="btn btn-vm-contact" type="submit">{%trans "SUBMIT" %}</button>
 | 
				
			||||||
                            </div>
 | 
					                            </div>
 | 
				
			||||||
                        {% else %}
 | 
					                        {% else %}
 | 
				
			||||||
                            <form action="" id="payment-form-new" method="POST">
 | 
					                            <form action="" id="payment-form-new" method="POST">
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -8,7 +8,7 @@ msgid ""
 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"Project-Id-Version: PACKAGE VERSION\n"
 | 
					"Project-Id-Version: PACKAGE VERSION\n"
 | 
				
			||||||
"Report-Msgid-Bugs-To: \n"
 | 
					"Report-Msgid-Bugs-To: \n"
 | 
				
			||||||
"POT-Creation-Date: 2017-10-01 22:12+0000\n"
 | 
					"POT-Creation-Date: 2017-10-03 18:13+0530\n"
 | 
				
			||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
					"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 | 
				
			||||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
					"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 | 
				
			||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
					"Language-Team: LANGUAGE <LL@li.org>\n"
 | 
				
			||||||
| 
						 | 
					@ -436,15 +436,10 @@ msgid "Billing Address"
 | 
				
			||||||
msgstr "Rechnungsadresse"
 | 
					msgstr "Rechnungsadresse"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msgid ""
 | 
					msgid ""
 | 
				
			||||||
"\n"
 | 
					"Please fill in your credit card information below. We are using <a href="
 | 
				
			||||||
"                                Please fill in your credit card information "
 | 
					"\"https://stripe.com\" target=\"_blank\">Stripe</a> for payment and do not "
 | 
				
			||||||
"below. We are using <a\n"
 | 
					"store your information in our database."
 | 
				
			||||||
"                                    href=\"https://stripe.com\" target="
 | 
					 | 
				
			||||||
"\"_blank\">Stripe</a> for payment and do not store\n"
 | 
					 | 
				
			||||||
"                                your information in our database.\n"
 | 
					 | 
				
			||||||
"                                "
 | 
					 | 
				
			||||||
msgstr ""
 | 
					msgstr ""
 | 
				
			||||||
"\n"
 | 
					 | 
				
			||||||
"Bitte füll Deine Kreditkarteninformationen unten aus. Wir nutzen <a href="
 | 
					"Bitte füll Deine Kreditkarteninformationen unten aus. Wir nutzen <a href="
 | 
				
			||||||
"\"https://stripe.com\" target=\"_blank\">Stripe</a> für die Bezahlung und "
 | 
					"\"https://stripe.com\" target=\"_blank\">Stripe</a> für die Bezahlung und "
 | 
				
			||||||
"speichern keine Informationen in unserer Datenbank."
 | 
					"speichern keine Informationen in unserer Datenbank."
 | 
				
			||||||
| 
						 | 
					@ -456,8 +451,8 @@ msgstr ""
 | 
				
			||||||
"Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst ausgelöst, "
 | 
					"Es wird noch keine Bezahlung vorgenommen. Die Bezahlung wird erst ausgelöst, "
 | 
				
			||||||
"nachdem Du die Bestellung auf der nächsten Seite bestätigt hast."
 | 
					"nachdem Du die Bestellung auf der nächsten Seite bestätigt hast."
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msgid "Submit"
 | 
					msgid "SUBMIT"
 | 
				
			||||||
msgstr "Absenden"
 | 
					msgstr ""
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msgid "Card Number"
 | 
					msgid "Card Number"
 | 
				
			||||||
msgstr "Kreditkartennummer"
 | 
					msgstr "Kreditkartennummer"
 | 
				
			||||||
| 
						 | 
					@ -477,6 +472,9 @@ msgstr "Weiter"
 | 
				
			||||||
msgid "Enter your credit card number"
 | 
					msgid "Enter your credit card number"
 | 
				
			||||||
msgstr "Deine Kreditkartennummer"
 | 
					msgstr "Deine Kreditkartennummer"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					msgid "Submit"
 | 
				
			||||||
 | 
					msgstr "Absenden"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
msgid "Reset your password"
 | 
					msgid "Reset your password"
 | 
				
			||||||
msgstr "Passwort zurücksetzen"
 | 
					msgstr "Passwort zurücksetzen"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -47,7 +47,7 @@
 | 
				
			||||||
	font-weight: 600;
 | 
						font-weight: 600;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.dcl-payment-section p {
 | 
					.dcl-payment-section p {
 | 
				
			||||||
	padding: 0 5px;
 | 
						/*padding: 0 5px;*/
 | 
				
			||||||
	font-weight: 400;
 | 
						font-weight: 400;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
.dcl-payment-section .card-warning-content {
 | 
					.dcl-payment-section .card-warning-content {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -69,83 +69,67 @@
 | 
				
			||||||
                    <h3><b>{%trans "Credit Card"%}</b></h3>
 | 
					                    <h3><b>{%trans "Credit Card"%}</b></h3>
 | 
				
			||||||
                    <hr>
 | 
					                    <hr>
 | 
				
			||||||
                    <div>
 | 
					                    <div>
 | 
				
			||||||
                        <div>
 | 
					                        <p>
 | 
				
			||||||
                            <p>
 | 
					                            {% blocktrans %}Please fill in your credit card information below. We are using <a href="https://stripe.com" target="_blank">Stripe</a> for payment and do not store your information in our database.{% endblocktrans %}
 | 
				
			||||||
                                {% blocktrans %}
 | 
					                        </p>
 | 
				
			||||||
                                Please fill in your credit card information below. We are using <a
 | 
					 | 
				
			||||||
                                    href="https://stripe.com" target="_blank">Stripe</a> for payment and do not store
 | 
					 | 
				
			||||||
                                your information in our database.
 | 
					 | 
				
			||||||
                                {% endblocktrans %}
 | 
					 | 
				
			||||||
                            </p>
 | 
					 | 
				
			||||||
                        </div>
 | 
					 | 
				
			||||||
                        <br>
 | 
					 | 
				
			||||||
                        <div>
 | 
					                        <div>
 | 
				
			||||||
                            {% if credit_card_data.last4 %}
 | 
					                            {% if credit_card_data.last4 %}
 | 
				
			||||||
                            <form role="form" id="payment-form-with-creditcard" novalidate>
 | 
					                                <form role="form" id="payment-form-with-creditcard" novalidate>
 | 
				
			||||||
                                <h5 class="billing-head">Credit Card</h5>
 | 
					                                    <h5 class="billing-head">Credit Card</h5>
 | 
				
			||||||
                                <h5 class="membership-lead">Last 4: *****{{credit_card_data.last4}}</h5>
 | 
					                                    <h5 class="membership-lead">Last 4: *****{{credit_card_data.last4}}</h5>
 | 
				
			||||||
                                <h5 class="membership-lead">Type: {{credit_card_data.cc_brand}}</h5>
 | 
					                                    <h5 class="membership-lead">Type: {{credit_card_data.cc_brand}}</h5>
 | 
				
			||||||
                                <input type="hidden" name="credit_card_needed" value="false"/>
 | 
					                                    <input type="hidden" name="credit_card_needed" value="false"/>
 | 
				
			||||||
                            </form>
 | 
					                                </form>
 | 
				
			||||||
                            <div class="row">
 | 
					                                {% if not messages and not form.non_field_errors %}
 | 
				
			||||||
                                <div class="col-xs-12">
 | 
					                                    <p class="card-warning-content card-warning-addtional-margin">
 | 
				
			||||||
                                        {% if not messages and not form.non_field_errors %}
 | 
					                                        {% trans "You are not making any payment yet. After submitting your card information, you will be taken to the Confirm Order Page." %}
 | 
				
			||||||
                                            <p class="card-warning-content card-warning-addtional-margin">
 | 
					                                    </p>
 | 
				
			||||||
                                                {% trans "You are not making any payment yet. After submitting your card information, you will be taken to the Confirm Order Page." %}
 | 
					                                {% endif %}
 | 
				
			||||||
                                            </p>
 | 
					                                <div id='payment_error'>
 | 
				
			||||||
 | 
					                                    {% for message in messages %}
 | 
				
			||||||
 | 
					                                        {% if 'failed_payment' or 'make_charge_error' in message.tags %}
 | 
				
			||||||
 | 
					                                         <ul class="list-unstyled">
 | 
				
			||||||
 | 
					                                            <li>
 | 
				
			||||||
 | 
					                                                <p class="card-warning-content card-warning-error">{{ message|safe }}</p>
 | 
				
			||||||
 | 
					                                            </li>
 | 
				
			||||||
 | 
					                                        </ul>
 | 
				
			||||||
                                        {% endif %}
 | 
					                                        {% endif %}
 | 
				
			||||||
                                        <div id='payment_error'>
 | 
					                                    {% endfor %}
 | 
				
			||||||
                                            {% for message in messages %}
 | 
					                                    {% for error in form.non_field_errors %}
 | 
				
			||||||
                                                {% if 'failed_payment' or 'make_charge_error' in message.tags %}
 | 
					                                        <p class="card-warning-content card-warning-error">
 | 
				
			||||||
                                                 <ul class="list-unstyled"><li>
 | 
					                                            {{ error|escape }}
 | 
				
			||||||
                                                     <p class="card-warning-content card-warning-error">{{ message|safe }}</p>
 | 
					                                        </p>
 | 
				
			||||||
                                                </li></ul>
 | 
					                                    {% endfor %}
 | 
				
			||||||
                                                {% endif %}
 | 
					                                </div>
 | 
				
			||||||
                                            {% endfor %}
 | 
					                                <div class="text-right">
 | 
				
			||||||
                                            {% for error in form.non_field_errors %}
 | 
					                                    <button id="payment_button_with_creditcard" class="btn btn-vm-contact" type="submit">{%trans "SUBMIT" %}</button>
 | 
				
			||||||
                                                <p class="card-warning-content card-warning-error">
 | 
					                                </div>
 | 
				
			||||||
                                                    {{ error|escape }}
 | 
					                            {% else %}
 | 
				
			||||||
                                                </p>
 | 
					                                <form action="" id="payment-form-new" method="POST">
 | 
				
			||||||
                                            {% endfor %}
 | 
					                                    <input type="hidden" name="token"/>
 | 
				
			||||||
 | 
					                                    <div class="group">
 | 
				
			||||||
 | 
					                                        <div class="credit-card-goup">
 | 
				
			||||||
 | 
					                                            <div class="card-element card-number-element">
 | 
				
			||||||
 | 
					                                                <label>{%trans "Card Number" %}</label>
 | 
				
			||||||
 | 
					                                                <div id="card-number-element" class="field my-input"></div>
 | 
				
			||||||
 | 
					                                            </div>
 | 
				
			||||||
 | 
					                                            <div class="row">
 | 
				
			||||||
 | 
					                                                <div class="col-xs-5 card-element card-expiry-element">
 | 
				
			||||||
 | 
					                                                    <label>{%trans "Expiry Date" %}</label>
 | 
				
			||||||
 | 
					                                                    <div id="card-expiry-element" class="field my-input"></div>
 | 
				
			||||||
 | 
					                                                </div>
 | 
				
			||||||
 | 
					                                                <div class="col-xs-3 col-xs-offset-4 card-element card-cvc-element">
 | 
				
			||||||
 | 
					                                                    <label>{%trans "CVC" %}</label>
 | 
				
			||||||
 | 
					                                                    <div id="card-cvc-element" class="field my-input"></div>
 | 
				
			||||||
 | 
					                                                </div>
 | 
				
			||||||
 | 
					                                            </div>
 | 
				
			||||||
 | 
					                                            <div class="card-element brand">
 | 
				
			||||||
 | 
					                                               <label>{%trans "Card Type" %}</label>
 | 
				
			||||||
 | 
					                                               <i class="pf pf-credit-card" id="brand-icon"></i>
 | 
				
			||||||
 | 
					                                           </div>
 | 
				
			||||||
                                        </div>
 | 
					                                        </div>
 | 
				
			||||||
                                    </div>
 | 
					                                    </div>
 | 
				
			||||||
                                <div class="col-xs-12">
 | 
					                                    <div id="card-errors"></div>
 | 
				
			||||||
                                    <div class="col-xs-6 pull-right">
 | 
					 | 
				
			||||||
                                        <button id="payment_button_with_creditcard" class="btn btn-success stripe-payment-btn"
 | 
					 | 
				
			||||||
                                                type="submit">
 | 
					 | 
				
			||||||
                                            {%trans "Submit" %}
 | 
					 | 
				
			||||||
                                        </button>
 | 
					 | 
				
			||||||
                                    </div>
 | 
					 | 
				
			||||||
                                </div>
 | 
					 | 
				
			||||||
                            </div>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                            {% else %}
 | 
					 | 
				
			||||||
                            <form action="" id="payment-form-new" method="POST">
 | 
					 | 
				
			||||||
                                <input type="hidden" name="token"/>
 | 
					 | 
				
			||||||
                                <div class="group">
 | 
					 | 
				
			||||||
                                    <div class="col-xs-12 col-sm-12 col-md-10 col-lg-9 credit-card-goup">
 | 
					 | 
				
			||||||
                                       <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 card-element card-number-element">
 | 
					 | 
				
			||||||
                                           <label>{%trans "Card Number" %}</label>
 | 
					 | 
				
			||||||
                                           <div id="card-number-element" class="field my-input"></div>
 | 
					 | 
				
			||||||
                                       </div>
 | 
					 | 
				
			||||||
                                       <div class="col-xs-5 col-sm-3 col-md-3 col-lg-3 card-element card-expiry-element">
 | 
					 | 
				
			||||||
                                           <label>{%trans "Expiry Date" %}</label>
 | 
					 | 
				
			||||||
                                           <div id="card-expiry-element" class="field my-input"></div>
 | 
					 | 
				
			||||||
                                       </div>
 | 
					 | 
				
			||||||
                                       <div class="col-xs-12 col-sm-2 col-md-6 col-lg-7 hide-mobile"></div>
 | 
					 | 
				
			||||||
                                       <div class="col-xs-3 col-sm-3 col-md-3 col-lg-2 card-element card-cvc-element">
 | 
					 | 
				
			||||||
                                           <label>{%trans "CVC" %}</label>
 | 
					 | 
				
			||||||
                                           <div id="card-cvc-element" class="field my-input"></div>
 | 
					 | 
				
			||||||
                                       </div>
 | 
					 | 
				
			||||||
                                       <div class="col-xs-12 col-sm-12 col-md-12 col-lg-12 card-element brand">
 | 
					 | 
				
			||||||
                                           <label>{%trans "Card Type" %}</label>
 | 
					 | 
				
			||||||
                                           <i class="pf pf-credit-card" id="brand-icon"></i>
 | 
					 | 
				
			||||||
                                       </div>
 | 
					 | 
				
			||||||
                                    </div>
 | 
					 | 
				
			||||||
                                </div>
 | 
					 | 
				
			||||||
                                <div id="card-errors" role="alert"></div>
 | 
					 | 
				
			||||||
                                <div class="row">
 | 
					 | 
				
			||||||
                                    <div class="col-xs-12">
 | 
					 | 
				
			||||||
                                        {% if not messages and not form.non_field_errors %}
 | 
					                                        {% if not messages and not form.non_field_errors %}
 | 
				
			||||||
                                            <p class="card-warning-content">
 | 
					                                            <p class="card-warning-content">
 | 
				
			||||||
                                                {% trans "You are not making any payment yet. After submitting your card information, you will be taken to the Confirm Order Page." %}
 | 
					                                                {% trans "You are not making any payment yet. After submitting your card information, you will be taken to the Confirm Order Page." %}
 | 
				
			||||||
| 
						 | 
					@ -154,9 +138,11 @@
 | 
				
			||||||
                                        <div id='payment_error'>
 | 
					                                        <div id='payment_error'>
 | 
				
			||||||
                                            {% for message in messages %}
 | 
					                                            {% for message in messages %}
 | 
				
			||||||
                                                {% if 'failed_payment' or 'make_charge_error' in message.tags %}
 | 
					                                                {% if 'failed_payment' or 'make_charge_error' in message.tags %}
 | 
				
			||||||
                                                 <ul class="list-unstyled"><li>
 | 
					                                                 <ul class="list-unstyled">
 | 
				
			||||||
                                                     <p class="card-warning-content card-warning-error">{{ message|safe }}</p>
 | 
					                                                    <li>
 | 
				
			||||||
                                                </li></ul>
 | 
					                                                        <p class="card-warning-content card-warning-error">{{ message|safe }}</p>
 | 
				
			||||||
 | 
					                                                    </li>
 | 
				
			||||||
 | 
					                                                </ul>
 | 
				
			||||||
                                                {% endif %}
 | 
					                                                {% endif %}
 | 
				
			||||||
                                            {% endfor %}
 | 
					                                            {% endfor %}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					@ -166,22 +152,15 @@
 | 
				
			||||||
                                                </p>
 | 
					                                                </p>
 | 
				
			||||||
                                            {% endfor %}
 | 
					                                            {% endfor %}
 | 
				
			||||||
                                        </div>
 | 
					                                        </div>
 | 
				
			||||||
                                    </div>
 | 
					                                        <div class="text-right">
 | 
				
			||||||
                                    <div class="col-xs-12">
 | 
					                                            <button class="btn btn-vm-contact btn-wide" type="submit">{%trans "SUBMIT" %}</button>
 | 
				
			||||||
                                        <div class="col-xs-6 pull-right">
 | 
					 | 
				
			||||||
                                            <button class="btn btn-success stripe-payment-btn" type="submit">{%trans "Submit" %}
 | 
					 | 
				
			||||||
                                            </button>
 | 
					 | 
				
			||||||
                                        </div>
 | 
					                                        </div>
 | 
				
			||||||
                                    </div>
 | 
					                                    </div>
 | 
				
			||||||
                                </div>
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
                                <div class="row" style="display:none;">
 | 
					                                    <div style="display:none;">
 | 
				
			||||||
                                    <div class="col-xs-12">
 | 
					 | 
				
			||||||
                                        <p class="payment-errors"></p>
 | 
					                                        <p class="payment-errors"></p>
 | 
				
			||||||
                                    </div>
 | 
					                                    </div>
 | 
				
			||||||
                                </div>
 | 
					                                </form>
 | 
				
			||||||
                            </form>
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
                            {% endif %}
 | 
					                            {% endif %}
 | 
				
			||||||
                        </div>
 | 
					                        </div>
 | 
				
			||||||
                    </div>
 | 
					                    </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,6 +10,7 @@ from .views import (
 | 
				
			||||||
    HostingBillDetailView, SSHKeyDeleteView, SSHKeyCreateView, SSHKeyListView,
 | 
					    HostingBillDetailView, SSHKeyDeleteView, SSHKeyCreateView, SSHKeyListView,
 | 
				
			||||||
    SSHKeyChoiceView, DashboardView, SettingsView, ResendActivationEmailView)
 | 
					    SSHKeyChoiceView, DashboardView, SettingsView, ResendActivationEmailView)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
urlpatterns = [
 | 
					urlpatterns = [
 | 
				
			||||||
    url(r'index/?$', IndexView.as_view(), name='index'),
 | 
					    url(r'index/?$', IndexView.as_view(), name='index'),
 | 
				
			||||||
    url(r'django/?$', DjangoHostingView.as_view(), name='djangohosting'),
 | 
					    url(r'django/?$', DjangoHostingView.as_view(), name='djangohosting'),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -615,7 +615,6 @@ class PaymentVMView(LoginRequiredMixin, FormView):
 | 
				
			||||||
    def get(self, request, *args, **kwargs):
 | 
					    def get(self, request, *args, **kwargs):
 | 
				
			||||||
        if 'next' in request.session:
 | 
					        if 'next' in request.session:
 | 
				
			||||||
            del request.session['next']
 | 
					            del request.session['next']
 | 
				
			||||||
 | 
					 | 
				
			||||||
        return self.render_to_response(self.get_context_data())
 | 
					        return self.render_to_response(self.get_context_data())
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    def post(self, request, *args, **kwargs):
 | 
					    def post(self, request, *args, **kwargs):
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue