diff options
| -rw-r--r-- | templates/cgi/debian/form.html | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/templates/cgi/debian/form.html b/templates/cgi/debian/form.html index 7d80b4187..46991c573 100644 --- a/templates/cgi/debian/form.html +++ b/templates/cgi/debian/form.html @@ -37,6 +37,7 @@  			<td>  				<select id="Distribution" name="distribution" size="1">  					<option selected value="wheezy">wheezy</option> +					<option value="jessie">jessie</option>  					<option value="sid">sid</option>  				</select>  			</td> | 
