mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-17 23:13:15 +00:00
Login page geonames plugin integration
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
{% set selected = "" %}
|
||||
|
||||
{% block content %}
|
||||
{% block content_account %}
|
||||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<h1>{% trans "Application" %}</h1>
|
||||
|
@@ -44,7 +44,7 @@
|
||||
{% endif %}
|
||||
{% endmacro %}
|
||||
|
||||
{% block content %}
|
||||
{% block content_account %}
|
||||
<form id="form_create" action="{{ path("submit_developers_application") }}" method="POST" class="form-horizontal">
|
||||
{% if form is none %}
|
||||
{% set name, description, website, callback = "", "", "", ""%}
|
||||
|
@@ -6,7 +6,7 @@
|
||||
|
||||
{% set selected = "developer" %}
|
||||
|
||||
{% block content %}
|
||||
{% block content_account %}
|
||||
<div class="row-fluid">
|
||||
<div class="span7">
|
||||
<div id="content-apps">
|
||||
|
Reference in New Issue
Block a user